Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:PTy

943   PointerType *PTy = cast<PointerType>(Callee->getType());
944 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1172 Type *PTy = getPromotedType((*AI)->getType());
1173 if (PTy != (*AI)->getType()) {
1176 CastInst::getCastOpcode(*AI, false, PTy, false);
1177 Args.push_back(Builder->CreateCast(opcode, *AI, PTy));
1255 PointerType *PTy = cast<PointerType>(Callee->getType());
1256 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1402 NestF->getType() == PTy ? NestF :
1403 ConstantExpr::getBitCast(NestF, PTy);