Searched defs:DivI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp805 Instruction *InstCombiner::FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI, argument
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);

Completed in 84 milliseconds