Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h65 IntRecTyKind, enumerator
152 IntRecTy(RecordKeeper &RK) : RecTy(IntRecTyKind, RK) {} in IntRecTy()
156 return RT->getRecTyKind() == IntRecTyKind; in classof()
/src/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp125 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
150 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind); in typeIsConvertibleTo()
159 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind; in typeIsConvertibleTo()