Home | History | Annotate | Download | only in IPO

Lines Matching refs:Ty2

188   bool isEquivalentType(Type *Ty1, Type *Ty2) const;
204 Type *Ty2) const {
205 if (Ty1 == Ty2)
207 if (Ty1->getTypeID() != Ty2->getTypeID()) {
210 if (isa<PointerType>(Ty1) && Ty2 == TD->getIntPtrType(Ctx)) return true;
211 if (isa<PointerType>(Ty2) && Ty1 == TD->getIntPtrType(Ctx)) return true;
222 // Ty1 == Ty2 would have returned true earlier.
237 PointerType *PTy2 = cast<PointerType>(Ty2);
243 StructType *STy2 = cast<StructType>(Ty2);
259 FunctionType *FTy2 = cast<FunctionType>(Ty2);
276 ArrayType *ATy2 = cast<ArrayType>(Ty2);