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

/external/llvm/include/llvm/TableGen/
H A DRecord.h34 class IntRecTy;
217 /// IntRecTy - 'int' - Represent an integer value of no particular size
219 class IntRecTy : public RecTy { class in namespace:llvm
220 static IntRecTy Shared;
221 IntRecTy() : RecTy(IntRecTyKind) {} function in class:llvm::IntRecTy
227 static IntRecTy *get() { return &Shared; }
703 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {}
1098 (isa<IntRecTy>(T->getType()) ||

Completed in 77 milliseconds