Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A 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()
231 bool RecordRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in RecordRecTy
735 if (!DI->getType()->typeIsA(getType())) { in Fold()
1357 if (getType() == Ty || getType()->typeIsA(Ty)) in convertInitializerTo()
1385 if (getType() == Ty || getType()->typeIsA(Ty)) in getCastTo()
1390 cast<TypedInit>(Converted)->getType()->typeIsA(Ty)); in getCastTo()
1814 cast<TypedInit>(Value)->getType()->typeIsA(getType())); in setValue()
H A DTGParser.cpp464 if (!I->getType()->typeIsA(Defset->EltTy)) { in addDefOne()
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A 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;