Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ExtOpcode

1242   auto ExtOpcode = ExtInst->getOpcode();
1243 if (ExtOpcode != Instruction::ZExt && ExtOpcode != Instruction::SExt)
1260 Constant *ExtC = ConstantExpr::getCast(ExtOpcode, TruncC, SelType);
1269 return CastInst::Create(Instruction::CastOps(ExtOpcode), NewSel, SelType);
1279 Constant *AllOnesOrOne = ConstantExpr::getCast(ExtOpcode, One, SelType);