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

/external/llvm/include/llvm/TableGen/
H A DRecord.h34 class IntRecTy;
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() : RecTy(IntRecTyKind) {} function in class:llvm::IntRecTy
227 static IntRecTy *get() { return &Shared; }
714 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {}
1108 (isa<IntRecTy>(T->getType()) ||

Completed in 996 milliseconds