Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching defs:PTy

329       PointerType *PTy = cast<PointerType>(T);
332 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
333 unsigned AddressSpace = PTy->getAddressSpace();
1191 PointerType *PTy = cast<PointerType>(Callee->getType());
1192 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1254 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType());
1255 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());