Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching defs:PTy

270       PointerType *PTy = cast<PointerType>(T);
273 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
274 unsigned AddressSpace = PTy->getAddressSpace();
1229 PointerType *PTy = cast<PointerType>(Callee->getType());
1230 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1357 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType());
1358 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());