Searched refs:getSRem (Results 1 – 7 of 7) sorted by relevance
84 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
990 static Constant *getSRem(Constant *C1, Constant *C2);
85 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
2627 NewIdxs[i] = ConstantExpr::getSRem(CurrIdx, Factor); in ConstantFoldGetElementPtr()
2729 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr
1636 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()
1169 See the method [llvm::ConstantExpr::getSRem]. *)