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();
1185 PointerType *PTy = cast<PointerType>(Callee->getType());
1186 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1311 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType());
1312 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());