Home
last modified time | relevance | path

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/
DConstantFolder.h69 return ConstantExpr::getSDiv(LHS, RHS, isExact);
DConstants.h942 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/
DTargetFolder.h73 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp2452 Constant *Div = ConstantExpr::getSDiv(CurrIdx, Factor); in ConstantFoldGetElementPtr()
DConstants.cpp2356 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() function in ConstantExpr
DCore.cpp1566 return wrap(ConstantExpr::getSDiv(unwrap<Constant>(LHSConstant), in LLVMConstSDiv()