Searched refs:getSDiv (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 69 return ConstantExpr::getSDiv(LHS, RHS, isExact);
|
D | Constants.h | 942 static Constant *getSDiv(Constant *C1, Constant *C2, bool isExact = false); 1010 return getSDiv(C1, C2, true);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 73 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 2452 Constant *Div = ConstantExpr::getSDiv(CurrIdx, Factor); in ConstantFoldGetElementPtr()
|
D | Constants.cpp | 2356 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() function in ConstantExpr
|
D | Core.cpp | 1566 return wrap(ConstantExpr::getSDiv(unwrap<Constant>(LHSConstant), in LLVMConstSDiv()
|