Home
last modified time | relevance | path

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

/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.h212 llvm::Value* SDiv(Args&&... args) { in SDiv() function
/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/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp323 if (PossiblyExactOperator *SDiv = dyn_cast<PossiblyExactOperator>(BO)) in visitMul() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp284 bool SimplifyIndvar::eliminateSDiv(BinaryOperator *SDiv) { in eliminateSDiv()
/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_parse.rs651 SDiv { enumerator
9029 SDiv { enumerator
/external/llvm/bindings/go/llvm/
Dir.go187 SDiv Opcode = C.LLVMSDiv const
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp5120 auto &SDiv = cast<GenericMachineInstr>(MI); in buildSDivUsingMul() local