Home | History | Annotate | Download | only in Writer

Lines Matching defs:PTy

402       PointerType *PTy = cast<PointerType>(T);
405 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
406 unsigned AddressSpace = PTy->getAddressSpace();
1386 PointerType *PTy = cast<PointerType>(Callee->getType());
1387 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1519 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType());
1520 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());