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/ |
D | NoFolder.h | 116 return BinaryOperator::CreateExactSDiv(LHS, RHS); 119 Instruction *CreateExactSDiv(Constant *LHS, Constant *RHS) const { in CreateExactSDiv() function 120 return BinaryOperator::CreateExactSDiv(LHS, RHS); in CreateExactSDiv()
|
D | IRBuilder.h | 1283 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/ |
D | Core.cpp | 3336 return wrap(unwrap(B)->CreateExactSDiv(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildExactSDiv()
|