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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h171 Instruction *FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI,
173 Instruction *FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *DivI,
H A DInstCombineCompares.cpp804 Instruction *InstCombiner::FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI, argument
817 bool DivIsSigned = DivI->getOpcode() == Instruction::SDiv;
826 ICI.setOperand(0, DivI->getOperand(0)); // X/1 == X.
847 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS;
889 if (DivI->isExact())
916 Value *X = DivI->getOperand(0);
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h69 V(DivI) \
735 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h73 V(DivI) \
755 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h69 V(DivI) \
732 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h69 V(DivI) \
731 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h69 V(DivI) \
755 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h74 V(DivI) \
773 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h73 V(DivI) \
1372 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")

Completed in 2052 milliseconds