Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:PTy

2023   PointerType *PTy = cast<PointerType>(Callee->getType());
2024 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
2248 Type *PTy = getPromotedType((*AI)->getType());
2249 if (PTy != (*AI)->getType()) {
2252 CastInst::getCastOpcode(*AI, false, PTy, false);
2253 Args.push_back(Builder->CreateCast(opcode, *AI, PTy));
2342 PointerType *PTy = cast<PointerType>(Callee->getType());
2343 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
2489 NestF->getType() == PTy ? NestF :
2490 ConstantExpr::getBitCast(NestF, PTy);