Home | History | Annotate | Download | only in BitWriter_2_9_func

Lines Matching defs:PTy

269       PointerType *PTy = cast<PointerType>(T);
272 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
273 unsigned AddressSpace = PTy->getAddressSpace();
1128 PointerType *PTy = cast<PointerType>(Callee->getType());
1129 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1254 PTy = cast<PointerType>(CI.getCalledValue()->getType());
1255 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());