Home
last modified time | relevance | path

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

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