Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CastInst

1206   if (CastInst *Op0C = dyn_cast<CastInst>(Op0))
1207 if (CastInst *Op1C = dyn_cast<CastInst>(Op1)) {
1218 return CastInst::Create(Op0C->getOpcode(), NewOp, I.getType());
1226 return CastInst::Create(Op0C->getOpcode(), Res, I.getType());
1233 return CastInst::Create(Op0C->getOpcode(), Res, I.getType());
1977 if (CastInst *Op0C = dyn_cast<CastInst>(Op0)) {
1978 CastInst *Op1C = dyn_cast<CastInst>(Op1);
1991 return CastInst
1999 return CastInst::Create(Op0C->getOpcode(), Res, I.getType());
2006 return CastInst::Create(Op0C->getOpcode(), Res, I.getType());
2098 if (CastInst *Op0C = dyn_cast<CastInst>(Op0)) {
2107 return CastInst::Create(Opcode, CI, Op0C->getType());
2258 if (CastInst *Op0C = dyn_cast<CastInst>(Op0)) {
2259 if (CastInst *Op1C = dyn_cast<CastInst>(Op1))
2270 return CastInst::Create(Op0C->getOpcode(), NewOp, I.getType());