Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/TableGen/
DRecord.h75 IntRecTyKind, enumerator
221 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy()
224 return RT->getRecTyKind() == IntRecTyKind; in classof()
/freebsd-10-stable/contrib/llvm/lib/TableGen/
DRecord.cpp123 if(RecTy::baseClassOf(RHS) || getRecTyKind() == IntRecTyKind) in baseClassOf()
209 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind); in baseClassOf()
235 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind; in baseClassOf()