Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CastInst

1301   if (CastInst *Op0C = dyn_cast<CastInst>(Op0))
1302 if (CastInst *Op1C = dyn_cast<CastInst>(Op1)) {
1313 return CastInst::Create(Op0C->getOpcode(), NewOp, I.getType());
1321 return CastInst::Create(Op0C->getOpcode(), Res, I.getType());
1328 return CastInst::Create(Op0C->getOpcode(), Res, I.getType());
2151 if (CastInst *Op0C = dyn_cast<CastInst>(Op0)) {
2152 CastInst *Op1C = dyn_cast<CastInst>(Op1);
2165 return CastInst::Create(Op0C->getOpcode(), NewOp, I.getType());
2173 return CastInst::Create(Op0C->getOpcode(), Res, I.getType());
2180 return CastInst::Create(Op0C->getOpcode(), Res, I.getType());
2289 if (CastInst *Op0C = dyn_cast<CastInst>(Op0)) {
2297 return CastInst::Create(Opcode, CI, Op0C->getType());
2468 if (CastInst *Op0C = dyn_cast<CastInst>(Op0)) {
2469 if (CastInst *Op1C = dyn_cast<CastInst>(Op1))
2480 return CastInst::Create(Op0C->getOpcode(), NewOp, I.getType());