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

/external/llvm/include/llvm/TableGen/
H A DRecord.h33 class IntRecTy;
118 virtual bool baseClassOf(const IntRecTy *RHS) const { return false; }
162 virtual bool baseClassOf(const IntRecTy *RHS) const { return true; }
207 virtual bool baseClassOf(const IntRecTy *RHS) const { return true; }
216 /// IntRecTy - 'int' - Represent an integer value of no particular size
218 class IntRecTy : public RecTy { class in namespace:llvm
219 static IntRecTy Shared;
220 IntRecTy() {} function in class:llvm::IntRecTy
222 static IntRecTy *get() { return &Shared; }
248 virtual bool baseClassOf(const IntRecTy *RH
[all...]

Completed in 52 milliseconds