Searched refs:CreateExactSDiv (Results 1 – 16 of 16) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | NoFolder.h | 101 return BinaryOperator::CreateExactSDiv(LHS, RHS); 103 Instruction *CreateExactSDiv(Constant *LHS, Constant *RHS) const { in CreateExactSDiv() function 104 return BinaryOperator::CreateExactSDiv(LHS, RHS); in CreateExactSDiv()
|
D | IRBuilder.h | 863 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-10.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 116 return BinaryOperator::CreateExactSDiv(LHS, RHS); 119 Instruction *CreateExactSDiv(Constant *LHS, Constant *RHS) const { in CreateExactSDiv() function 120 return BinaryOperator::CreateExactSDiv(LHS, RHS); in CreateExactSDiv()
|
D | IRBuilder.h | 1283 return Insert(BinaryOperator::CreateExactSDiv(LHS, RHS), Name); 1286 Value *CreateExactSDiv(Value *LHS, Value *RHS, const Twine &Name = "") { 2617 return CreateExactSDiv(Difference,
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | NoFolder.h | 94 return BinaryOperator::CreateExactSDiv(LHS, RHS);
|
D | IRBuilder.h | 1267 return Insert(BinaryOperator::CreateExactSDiv(LHS, RHS), Name); 1270 Value *CreateExactSDiv(Value *LHS, Value *RHS, const Twine &Name = "") {
|
/external/llvm-project/llvm/lib/IR/ |
D | IRBuilder.cpp | 948 return CreateExactSDiv(Difference, in CreatePtrDiff()
|
D | Core.cpp | 3372 return wrap(unwrap(B)->CreateExactSDiv(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildExactSDiv()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2606 return wrap(unwrap(B)->CreateExactSDiv(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildExactSDiv()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1346 func (b Builder) CreateExactSDiv(lhs, rhs Value, name string) (v Value) { func
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 2689 return Builder.CreateExactSDiv(diffInChars, divisor, "sub.ptr.div"); in EmitSub()
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 1508 func (b Builder) CreateExactSDiv(lhs, rhs Value, name string) (v Value) { func
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3336 return wrap(unwrap(B)->CreateExactSDiv(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildExactSDiv()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 3718 return Builder.CreateExactSDiv(diffInChars, divisor, "sub.ptr.div"); in EmitSub()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2164 See the method [llvm::LLVMBuilder::CreateExactSDiv]. *)
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2224 See the method [llvm::LLVMBuilder::CreateExactSDiv]. *)
|