Home
last modified time | relevance | path

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

/external/llvm/include/llvm/TableGen/
DRecord.h46 IntRecTyKind, enumerator
122 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy()
126 return RT->getRecTyKind() == IntRecTyKind; in classof()
/external/llvm/lib/TableGen/
DRecord.cpp103 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
128 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind); in typeIsConvertibleTo()
133 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind; in typeIsConvertibleTo()