Home | History | Annotate | Download | only in InstCombine

Lines Matching full:divi

805 Instruction *InstCombiner::FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI,
818 bool DivIsSigned = DivI->getOpcode() == Instruction::SDiv;
827 ICI.setOperand(0, DivI->getOperand(0)); // X/1 == X.
848 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS;
890 if (DivI->isExact())
917 Value *X = DivI->getOperand(0);