Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp70 bool RecTy::typeIsA(const RecTy *RHS) const { return this == RHS; } in typeIsA() function in RecTy
101 bool BitsRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in BitsRecTy
131 bool ListRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in ListRecTy
133 return getElementType()->typeIsA(RHSl->getElementType()); in typeIsA()
229 bool RecordRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in RecordRecTy
758 if (!DI->getType()->typeIsA(getType())) { in Fold()
816 if (!DI->getType()->typeIsA(getType())) { in Fold()
1618 if (getType() == Ty || getType()->typeIsA(Ty)) in convertInitializerTo()
1646 if (getType() == Ty || getType()->typeIsA(Ty)) in getCastTo()
1651 cast<TypedInit>(Converted)->getType()->typeIsA(Ty)); in getCastTo()
[all …]
H A DTGParser.cpp496 if (!I->getType()->typeIsA(Defset->EltTy)) { in addDefOne()
3752 cast<TypedInit>(CastValue)->getType()->typeIsA(ArgType)) && in CheckTemplateArgValues()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h90 virtual bool typeIsA(const RecTy *RHS) const;
138 bool typeIsA(const RecTy *RHS) const override;
198 bool typeIsA(const RecTy *RHS) const override;
260 bool typeIsA(const RecTy *RHS) const override;