Home
last modified time | relevance | path

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

/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.h717 return Insert(BinaryOperator::CreateExactSDiv(LHS, RHS), Name);
719 Value *CreateExactSDiv(Value *LHS, Value *RHS, const Twine &Name = "") {
1452 return CreateExactSDiv(Difference,
/external/llvm/lib/IR/
DCore.cpp2173 return wrap(unwrap(B)->CreateExactSDiv(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildExactSDiv()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2574 return Builder.CreateExactSDiv(diffInChars, divisor, "sub.ptr.div"); in EmitSub()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2024 See the method [llvm::LLVMBuilder::CreateExactSDiv]. *)