Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp119 bool RecTy::typeIsA(const RecTy *RHS) const { return this == RHS; } in typeIsA() function in RecTy
154 bool BitsRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in BitsRecTy
192 bool ListRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in ListRecTy
194 return getElementType()->typeIsA(RHSl->getElementType()); in typeIsA()
297 bool RecordRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in RecordRecTy
820 if (!DI->getType()->typeIsA(getType())) { in Fold()
878 if (!DI->getType()->typeIsA(getType())) { in Fold()
1789 CurRec->getType()->typeIsA(CheckType)); in Fold()
1802 DefInit::get(D)->getType()->typeIsA(CheckType)); in Fold()
1836 if (getType() == Ty || getType()->typeIsA(Ty)) in convertInitializerTo()
[all …]
H A DTGParser.cpp496 if (!I->getType()->typeIsA(Defset->EltTy)) { in addDefOne()
3888 cast<TypedInit>(CastValue)->getType()->typeIsA(ArgType)) && in CheckTemplateArgValues()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h97 virtual bool typeIsA(const RecTy *RHS) const;
146 bool typeIsA(const RecTy *RHS) const override;
207 bool typeIsA(const RecTy *RHS) const override;
271 bool typeIsA(const RecTy *RHS) const override;