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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h272 Instruction *FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI,
274 Instruction *FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *DivI,
H A DInstCombineCompares.cpp860 Instruction *InstCombiner::FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI, argument
873 bool DivIsSigned = DivI->getOpcode() == Instruction::SDiv;
882 ICI.setOperand(0, DivI->getOperand(0)); // X/1 == X.
903 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS;
944 if (DivI->isExact())
971 Value *X = DivI->getOperand(0);

Completed in 54 milliseconds