Home
last modified time | relevance | path

Searched refs:BitRecTyKind (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/TableGen/
DRecord.h45 BitRecTyKind, enumerator
86 BitRecTy() : RecTy(BitRecTyKind) {} in BitRecTy()
90 return RT->getRecTyKind() == BitRecTyKind; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h59 BitRecTyKind, enumerator
104 BitRecTy() : RecTy(BitRecTyKind) {} in BitRecTy()
108 return RT->getRecTyKind() == BitRecTyKind; in classof()
/external/llvm/lib/TableGen/
DRecord.cpp129 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.cpp95 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind); in typeIsConvertibleTo()
106 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind; in typeIsConvertibleTo()