Home
last modified time | relevance | path

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

/external/llvm/include/llvm/TableGen/
DRecord.h75 IntRecTyKind, enumerator
220 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy()
224 return RT->getRecTyKind() == IntRecTyKind; in classof()
/external/llvm/lib/TableGen/
DRecord.cpp136 if(RecTy::baseClassOf(RHS) || getRecTyKind() == IntRecTyKind) in baseClassOf()
222 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind); in baseClassOf()
248 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind; in baseClassOf()