HomeSort by relevance Sort by last modified time
    Searched defs:IntRecTy (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h 32 class IntRecTy;
119 virtual bool baseClassOf(const IntRecTy *RHS) const { return false; }
165 virtual bool baseClassOf(const IntRecTy *RHS) const { return true; }
212 virtual bool baseClassOf(const IntRecTy *RHS) const { return true; }
222 /// IntRecTy - 'int' - Represent an integer value of no particular size
224 class IntRecTy : public RecTy {
225 static IntRecTy Shared;
226 IntRecTy() {}
228 static IntRecTy *get() { return &Shared; }
255 virtual bool baseClassOf(const IntRecTy *RHS) const { return true;
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 138 class IntRecTy : public RecTy {
139 static IntRecTy Shared;
140 IntRecTy() : RecTy(IntRecTyKind) {}
147 static IntRecTy *get() { return &Shared; }
540 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {}
962 (isa<IntRecTy>(T->getType()) ||
    [all...]

Completed in 225 milliseconds