Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching defs:PTy

282       PointerType *PTy = cast<PointerType>(T);
285 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
286 unsigned AddressSpace = PTy->getAddressSpace();
1199 PointerType *PTy = cast<PointerType>(Callee->getType());
1200 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1262 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType());
1263 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());