Home
last modified time | relevance | path

Searched refs:PTy1 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCUtil.cpp130 if (PointerType *PTy1 = dyn_cast<PointerType>(A1->getType())) { in GetFunctionClass() local
131 Type *ETy1 = PTy1->getElementType(); in GetFunctionClass()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp236 PointerType *PTy1 = cast<PointerType>(Ty1); in isEquivalentType() local
238 return PTy1->getAddressSpace() == PTy2->getAddressSpace(); in isEquivalentType()