Searched defs:BitRecTyKind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/TableGen/
H A DRecord.h45 BitRecTyKind, enumerator in enum:llvm::RecTy::RecTyKind
86 BitRecTy() : RecTy(BitRecTyKind) {}
90 return RT->getRecTyKind() == BitRecTyKind;

Completed in 109 milliseconds