Searched refs:IntRecTyKind (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/TableGen/
H A DRecord.h75 IntRecTyKind, enumerator in enum:llvm::RecTy::RecTyKind
220 IntRecTy() : RecTy(IntRecTyKind) {}
224 return RT->getRecTyKind() == IntRecTyKind;
/external/llvm/lib/TableGen/
H A DRecord.cpp123 if(RecTy::baseClassOf(RHS) || getRecTyKind() == IntRecTyKind)
209 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind);
235 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind;

Completed in 103 milliseconds