Searched refs:PTy1 (Results 1 – 2 of 2) sorted by relevance
130 if (PointerType *PTy1 = dyn_cast<PointerType>(A1->getType())) { in GetFunctionClass() local131 Type *ETy1 = PTy1->getElementType(); in GetFunctionClass()
236 PointerType *PTy1 = cast<PointerType>(Ty1); in isEquivalentType() local238 return PTy1->getAddressSpace() == PTy2->getAddressSpace(); in isEquivalentType()