Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h94 return BinaryOperator::CreateExactSDiv(LHS, RHS);
H A DIRBuilder.h1262 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 DIRBuilder.cpp960 return CreateExactSDiv(Difference, in CreatePtrDiff()
H A DCore.cpp3396 return wrap(unwrap(B)->CreateExactSDiv(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildExactSDiv()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1508 func (b Builder) CreateExactSDiv(lhs, rhs Value, name string) (v Value) { func
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3815 return Builder.CreateExactSDiv(diffInChars, divisor, "sub.ptr.div"); in EmitSub()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2273 See the method [llvm::LLVMBuilder::CreateExactSDiv]. *)