Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching defs:PTy

275       PointerType *PTy = cast<PointerType>(T);
278 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
279 unsigned AddressSpace = PTy->getAddressSpace();
1237 PointerType *PTy = cast<PointerType>(Callee->getType());
1238 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1363 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType());
1364 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());