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

/external/llvm/include/llvm/TableGen/
H A DRecord.h32 class BitsRecTy;
117 virtual bool baseClassOf(const BitsRecTy *RHS) const { return false; }
161 virtual bool baseClassOf(const BitsRecTy *RHS) const;
171 // BitsRecTy - 'bits<n>' - Represent a fixed number of bits
172 /// BitsRecTy - 'bits&lt;n&gt;' - Represent a fixed number of bits
174 class BitsRecTy : public RecTy { class in namespace:llvm
176 explicit BitsRecTy(unsigned Sz) : Size(Sz) {} function in class:llvm::BitsRecTy
178 static BitsRecTy *get(unsigned Sz);
204 virtual bool baseClassOf(const BitsRecTy *RHS) const {
247 virtual bool baseClassOf(const BitsRecTy *RH
[all...]

Completed in 132 milliseconds