Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDConstantFolder.h70 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
HDConstants.h908 static Constant *getSRem(Constant *C1, Constant *C2);
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDTargetFolder.h84 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
/NextBSD/contrib/llvm/lib/IR/
HDConstantFold.cpp2187 NewIdxs[i] = ConstantExpr::getSRem(CI, Factor); in ConstantFoldGetElementPtrImpl()
HDCore.cpp1110 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()
HDConstants.cpp2309 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr