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

/external/llvm/include/llvm/TableGen/
H A DRecord.h118 /// IntRecTy - 'int' - Represent an integer value of no particular size
120 class IntRecTy : public RecTy { class in namespace:llvm
121 static IntRecTy Shared;
122 IntRecTy() : RecTy(IntRecTyKind) {} function in class:llvm::IntRecTy
129 static IntRecTy *get() { return &Shared; }
513 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {}
885 (isa<IntRecTy>(T->getType()) ||

Completed in 88 milliseconds