Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Transforms/Utils/
DIntegerDivisionTest.cpp22 TEST(IntegerDivision, SDiv) { in TEST() argument
DCloningTest.cpp155 BinaryOperator *SDiv = BinaryOperator::Create(Instruction::SDiv, V, V); in TEST_F() local
/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp23 TEST(IntegerDivision, SDiv) { in TEST() argument
DCloning.cpp147 BinaryOperator *SDiv = BinaryOperator::Create(Instruction::SDiv, V, V); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h211 llvm::Value* SDiv(Args&&... args) { in SDiv() function
/external/llvm-project/polly/lib/Support/
DSCEVAffinator.cpp506 PWACtx SCEVAffinator::visitSDivInstruction(Instruction *SDiv) { in visitSDivInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp292 bool SimplifyIndvar::eliminateSDiv(BinaryOperator *SDiv) { in eliminateSDiv()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml167 | SDiv Constructor
Dllvm.mli225 | SDiv Constructor
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.ml192 | SDiv Constructor
Dllvm.mli214 | SDiv Constructor
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp323 if (PossiblyExactOperator *SDiv = dyn_cast<PossiblyExactOperator>(BO)) in visitMul() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp294 bool SimplifyIndvar::eliminateSDiv(BinaryOperator *SDiv) { in eliminateSDiv()
/external/llvm-project/llvm/unittests/IR/
DConstantRangeTest.cpp1203 TEST_F(ConstantRangeTest, SDiv) { in TEST_F() argument
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go148 SDiv Opcode = C.LLVMSDiv const
/external/llvm/bindings/go/llvm/
Dir.go187 SDiv Opcode = C.LLVMSDiv const