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

/external/llvm/include/llvm/TableGen/
H A DRecord.h31 class BitRecTy;
116 virtual bool baseClassOf(const BitRecTy *RHS) const { return false; }
131 /// BitRecTy - 'bit' - Represent a single bit
133 class BitRecTy : public RecTy { class in namespace:llvm
134 static BitRecTy Shared;
135 BitRecTy() {} function in class:llvm::BitRecTy
137 static BitRecTy *get() { return &Shared; }
160 virtual bool baseClassOf(const BitRecTy *RHS) const { return true; }
203 virtual bool baseClassOf(const BitRecTy *RHS) const { return Size == 1; }
246 virtual bool baseClassOf(const BitRecTy *RH
[all...]

Completed in 235 milliseconds