Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h1270 return Insert(BinaryOperator::CreateExactSDiv(LHS, RHS), Name);
1273 Value *CreateExactSDiv(Value *LHS, Value *RHS, const Twine &Name = "") {
/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp1046 return CreateExactSDiv(Difference, ConstantExpr::getSizeOf(ElemTy), in CreatePtrDiff()
H A DCore.cpp3393 return wrap(unwrap(B)->CreateExactSDiv(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildExactSDiv()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1474 func (b Builder) CreateExactSDiv(lhs, rhs Value, name string) (v Value) { func
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp3891 return Builder.CreateExactSDiv(diffInChars, divisor, "sub.ptr.div"); in EmitSub()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2233 See the method [llvm::LLVMBuilder::CreateExactSDiv]. *)