Searched refs:CreateExactSDiv (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 94 return BinaryOperator::CreateExactSDiv(LHS, RHS);
|
H A D | IRBuilder.h | 1262 return Insert(BinaryOperator::CreateExactSDiv(LHS, RHS), Name); 1265 Value *CreateExactSDiv(Value *LHS, Value *RHS, const Twine &Name = "") {
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 960 return CreateExactSDiv(Difference, in CreatePtrDiff()
|
H A D | Core.cpp | 3396 return wrap(unwrap(B)->CreateExactSDiv(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildExactSDiv()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 1508 func (b Builder) CreateExactSDiv(lhs, rhs Value, name string) (v Value) { func
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 3815 return Builder.CreateExactSDiv(diffInChars, divisor, "sub.ptr.div"); in EmitSub()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 2273 See the method [llvm::LLVMBuilder::CreateExactSDiv]. *)
|