Home | History | Annotate | Download | only in IR

Lines Matching defs:PTy

241     PointerType *PTy = cast<PointerType>(Ty);
242 print(PTy->getElementType(), OS);
243 if (unsigned AddressSpace = PTy->getAddressSpace())
256 VectorType *PTy = cast<VectorType>(Ty);
257 OS << "<" << PTy->getNumElements() << " x ";
258 print(PTy->getElementType(), OS);
1886 PointerType *PTy = cast<PointerType>(Operand->getType());
1887 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1919 PointerType *PTy = cast<PointerType>(Operand->getType());
1920 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());