Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CastInst

666         return CastInst::Create(Instruction::BitCast, Result, CI.getType());
754 const CastInst * const CI,
968 CastInst *CI = dyn_cast<CastInst>(*I);
1030 !NewRetTy->isVoidTy() && !CastInst::isCastable(NewRetTy, OldRetTy))
1061 if (!CastInst::isCastable(ActTy, ParamTy))
1151 Instruction::CastOps opcode = CastInst::getCastOpcode(*AI,
1178 CastInst::getCastOpcode(*AI, false, PTy, false);
1222 CastInst::getCastOpcode(NC, false, OldRetTy, false);
1223 NV = NC = CastInst::Create(opcode, NC, OldRetTy);