Home
last modified time | relevance | path

Searched refs:getSRem (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h84 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
H A DConstants.h990 static Constant *getSRem(Constant *C1, Constant *C2);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h85 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp2627 NewIdxs[i] = ConstantExpr::getSRem(CurrIdx, Factor); in ConstantFoldGetElementPtr()
H A DConstants.cpp2729 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr
H A DCore.cpp1636 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1169 See the method [llvm::ConstantExpr::getSRem]. *)