Home
last modified time | relevance | path

Searched refs:typeIsA (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp67 bool RecTy::typeIsA(const RecTy *RHS) const { return this == RHS; } in typeIsA() function in RecTy
98 bool BitsRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in BitsRecTy
133 bool ListRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in ListRecTy
135 return getElementType()->typeIsA(RHSl->getElementType()); in typeIsA()
232 bool RecordRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in RecordRecTy
734 if (!DI->getType()->typeIsA(getType())) { in Fold()
1356 if (getType() == Ty || getType()->typeIsA(Ty)) in convertInitializerTo()
1384 if (getType() == Ty || getType()->typeIsA(Ty)) in getCastTo()
1389 cast<TypedInit>(Converted)->getType()->typeIsA(Ty)); in getCastTo()
1813 cast<TypedInit>(Value)->getType()->typeIsA(getType())); in setValue()
DTGParser.cpp464 if (!I->getType()->typeIsA(Defset->EltTy)) { in addDefOne()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h89 virtual bool typeIsA(const RecTy *RHS) const;
137 bool typeIsA(const RecTy *RHS) const override;
215 bool typeIsA(const RecTy *RHS) const override;
277 bool typeIsA(const RecTy *RHS) const override;