Lines Matching refs:PTy
238 PointerType *PTy = cast<PointerType>(Ty);
239 print(PTy->getElementType(), OS);
240 if (unsigned AddressSpace = PTy->getAddressSpace())
253 VectorType *PTy = cast<VectorType>(Ty);
254 OS << "<" << PTy->getNumElements() << " x ";
255 print(PTy->getElementType(), OS);
1815 PointerType *PTy = cast<PointerType>(Operand->getType());
1816 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1848 PointerType *PTy = cast<PointerType>(Operand->getType());
1849 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());