Home
last modified time | relevance | path

Searched refs:getSRem (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.h81 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
DConstants.h945 static Constant *getSRem(Constant *C1, Constant *C2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h82 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp2450 NewIdxs[i] = ConstantExpr::getSRem(CurrIdx, Factor); in ConstantFoldGetElementPtr()
DConstants.cpp2369 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr
DCore.cpp1587 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()