Home
last modified time | relevance | path

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

/external/llvm/include/llvm/TableGen/
DRecord.h48 IntRecTyKind, enumerator
140 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy()
144 return RT->getRecTyKind() == IntRecTyKind; in classof()
/external/llvm/lib/TableGen/
DRecord.cpp104 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
129 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind); in typeIsConvertibleTo()
134 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind; in typeIsConvertibleTo()