Home
last modified time | relevance | path

Searched refs:DivI (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h272 Instruction *FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI,
274 Instruction *FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *DivI,
DInstCombineCompares.cpp860 Instruction *InstCombiner::FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI, in FoldICmpDivCst() argument
873 bool DivIsSigned = DivI->getOpcode() == Instruction::SDiv; in FoldICmpDivCst()
882 ICI.setOperand(0, DivI->getOperand(0)); // X/1 == X. in FoldICmpDivCst()
903 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS; in FoldICmpDivCst()
944 if (DivI->isExact()) in FoldICmpDivCst()
971 Value *X = DivI->getOperand(0); in FoldICmpDivCst()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h72 V(DivI) \
720 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/v8/src/crankshaft/x87/
Dlithium-x87.h73 V(DivI) \
736 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/v8/src/crankshaft/mips/
Dlithium-mips.h68 V(DivI) \
697 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/v8/src/crankshaft/x64/
Dlithium-x64.h68 V(DivI) \
719 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/v8/src/crankshaft/arm/
Dlithium-arm.h68 V(DivI) \
703 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h70 V(DivI) \
700 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h68 V(DivI) \
683 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h72 V(DivI) \
1322 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/v8/
DChangeLog7557 MIPS: Cleanup some of the range uses in ModI/DivI (issue 3204).
7562 Cleanup some of the range uses in ModI/DivI (issue 3204).