Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DNoFolder.h116 return BinaryOperator::CreateExactSDiv(LHS, RHS);
119 Instruction *CreateExactSDiv(Constant *LHS, Constant *RHS) const { in CreateExactSDiv() function
120 return BinaryOperator::CreateExactSDiv(LHS, RHS); in CreateExactSDiv()
DIRBuilder.h1283 return Insert(BinaryOperator::CreateExactSDiv(LHS, RHS), Name);
1286 Value *CreateExactSDiv(Value *LHS, Value *RHS, const Twine &Name = "") {
2617 return CreateExactSDiv(Difference,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3336 return wrap(unwrap(B)->CreateExactSDiv(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildExactSDiv()