Return true if RT is a BitsRecTy.

Synopsis

Declared in <llvm/TableGen/Record.h>

static
bool
classof(RecTy const* RT);

Return Value

True if RT is a BitsRecTy.

Parameters

Name

Description

RT

The type to test.

Created with MrDocs