Home
last modified time | relevance | path

Searched refs:IntRecTyKind (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h62 IntRecTyKind, enumerator
162 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy()
166 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp70 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
95 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind); in typeIsConvertibleTo()
106 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind; in typeIsConvertibleTo()