Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h62 IntRecTyKind, enumerator
145 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy()
149 return RT->getRecTyKind() == IntRecTyKind; in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp73 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
98 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind); in typeIsConvertibleTo()
109 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind; in typeIsConvertibleTo()