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

  /external/llvm/include/llvm/TableGen/
Record.h 75 IntRecTyKind,
221 IntRecTy() : RecTy(IntRecTyKind) {}
224 return RT->getRecTyKind() == IntRecTyKind;
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 123 if(RecTy::baseClassOf(RHS) || getRecTyKind() == IntRecTyKind)
209 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind);
235 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind;
    [all...]

Completed in 603 milliseconds