Home
last modified time | relevance | path

Searched defs:SDiv (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/unittests/Transforms/Utils/
H A DIntegerDivisionTest.cpp22 TEST(IntegerDivision, SDiv) { in TEST() argument
H A DCloningTest.cpp156 BinaryOperator *SDiv = BinaryOperator::Create(Instruction::SDiv, V, V); in TEST_F() local
/llvm-project/polly/lib/Support/
H A DSCEVValidator.cpp379 Instruction *SDiv = nullptr) { in visitDivision() argument
411 ValidatorResult visitSDivInstruction(Instruction *SDiv, const SCEV *Expr) { in visitSDivInstruction() argument
[all...]
H A DSCEVAffinator.cpp516 PWACtx SCEVAffinator::visitSDivInstruction(Instruction *SDiv) { in visitSDivInstruction() argument
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml197 | SDiv Constructor
H A Dllvm.mli223 | SDiv Constructor
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp298 bool SimplifyIndvar::eliminateSDiv(BinaryOperator *SDiv) { in eliminateSDiv() argument
[all...]
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp1266 TEST_F(ConstantRangeTest,SDiv) TEST_F() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5361 auto &SDiv = cast<GenericMachineInstr>(MI); buildSDivUsingMul() local
5439 auto &SDiv = cast<GenericMachineInstr>(MI); applySDivByPow2() local