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

/external/llvm/include/llvm/TableGen/
H A DRecord.h32 class BitRecTy;
140 /// BitRecTy - 'bit' - Represent a single bit
142 class BitRecTy : public RecTy { class in namespace:llvm
143 static BitRecTy Shared;
144 BitRecTy() : RecTy(BitRecTyKind) {} function in class:llvm::BitRecTy
151 static BitRecTy *get() { return &Shared; }

Completed in 105 milliseconds