Lines Matching defs:PTy
1217 auto *PTy = dyn_cast<PointerType>(AliaseeType);
1218 if (!PTy)
1220 unsigned AddrSpace = PTy->getAddressSpace();
1753 static inline GlobalValue *createGlobalFwdRef(Module *M, PointerType *PTy) {
1759 PTy->getAddressSpace());
1781 PointerType *PTy = dyn_cast<PointerType>(Ty);
1782 if (!PTy) {
1805 GlobalValue *FwdVal = createGlobalFwdRef(M, PTy);
1811 PointerType *PTy = dyn_cast<PointerType>(Ty);
1812 if (!PTy) {
1833 GlobalValue *FwdVal = createGlobalFwdRef(M, PTy);