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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp773 Instruction *InstCombiner::FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI, argument
786 bool DivIsSigned = DivI->getOpcode() == Instruction::SDiv;
795 ICI.setOperand(0, DivI->getOperand(0)); // X/1 == X.
816 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS;
858 if (DivI->isExact())
885 Value *X = DivI->getOperand(0);

Completed in 258 milliseconds