Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp118 bool RecTy::typeIsA(const RecTy *RHS) const { return this == RHS; } in typeIsA() function in RecTy
153 bool BitsRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in BitsRecTy
191 bool ListRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in ListRecTy
193 return getElementType()->typeIsA(RHSl->getElementType()); in typeIsA()
296 bool RecordRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in RecordRecTy
819 if (!DI->getType()->typeIsA(getType())) { in Fold()
877 if (!DI->getType()->typeIsA(getType())) { in Fold()
1704 CurRec->getType()->typeIsA(CheckType)); in Fold()
1751 if (getType() == Ty || getType()->typeIsA(Ty)) in convertInitializerTo()
1779 if (getType() == Ty || getType()->typeIsA(Ty)) in getCastTo()
[all …]
H A DTGParser.cpp497 if (!I->getType()->typeIsA(Defset->EltTy)) { in addDefOne()
3819 cast<TypedInit>(CastValue)->getType()->typeIsA(ArgType)) && in CheckTemplateArgValues()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h96 virtual bool typeIsA(const RecTy *RHS) const;
145 bool typeIsA(const RecTy *RHS) const override;
206 bool typeIsA(const RecTy *RHS) const override;
270 bool typeIsA(const RecTy *RHS) const override;