Home
last modified time | relevance | path

Searched refs:CreateExactSDiv (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DNoFolder.h101 return BinaryOperator::CreateExactSDiv(LHS, RHS);
103 Instruction *CreateExactSDiv(Constant *LHS, Constant *RHS) const { in CreateExactSDiv() function
104 return BinaryOperator::CreateExactSDiv(LHS, RHS); in CreateExactSDiv()
DIRBuilder.h579 return Insert(BinaryOperator::CreateExactSDiv(LHS, RHS), Name);
581 Value *CreateExactSDiv(Value *LHS, Value *RHS, const Twine &Name = "") {
1240 return CreateExactSDiv(Difference,
/external/llvm/include/llvm/IR/
DNoFolder.h101 return BinaryOperator::CreateExactSDiv(LHS, RHS);
103 Instruction *CreateExactSDiv(Constant *LHS, Constant *RHS) const { in CreateExactSDiv() function
104 return BinaryOperator::CreateExactSDiv(LHS, RHS); in CreateExactSDiv()
DIRBuilder.h863 return Insert(BinaryOperator::CreateExactSDiv(LHS, RHS), Name);
865 Value *CreateExactSDiv(Value *LHS, Value *RHS, const Twine &Name = "") {
1688 return CreateExactSDiv(Difference,
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1897 return wrap(unwrap(B)->CreateExactSDiv(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildExactSDiv()
/external/llvm/lib/IR/
DCore.cpp2606 return wrap(unwrap(B)->CreateExactSDiv(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildExactSDiv()
/external/llvm/bindings/go/llvm/
Dir.go1346 func (b Builder) CreateExactSDiv(lhs, rhs Value, name string) (v Value) { func
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2689 return Builder.CreateExactSDiv(diffInChars, divisor, "sub.ptr.div"); in EmitSub()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1928 See the method [llvm::LLVMBuilder::CreateExactSDiv]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2164 See the method [llvm::LLVMBuilder::CreateExactSDiv]. *)