Home | History | Annotate | Download | only in BitWriter_2_9_func

Lines Matching defs:PTy

267       PointerType *PTy = cast<PointerType>(T);
270 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
271 unsigned AddressSpace = PTy->getAddressSpace();
1197 PointerType *PTy = cast<PointerType>(Callee->getType());
1198 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1324 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType());
1325 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());