Searched refs:DivI (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 272 Instruction *FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI, 274 Instruction *FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *DivI,
|
D | InstCombineCompares.cpp | 860 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/ |
D | lithium-ia32.h | 72 V(DivI) \ 720 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 73 V(DivI) \ 736 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 68 V(DivI) \ 697 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 68 V(DivI) \ 719 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 68 V(DivI) \ 703 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 70 V(DivI) \ 700 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 68 V(DivI) \ 683 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 72 V(DivI) \ 1322 DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
|
/external/v8/ |
D | ChangeLog | 7557 MIPS: Cleanup some of the range uses in ModI/DivI (issue 3204). 7562 Cleanup some of the range uses in ModI/DivI (issue 3204).
|