Searched refs:getSRem (Results 1 – 6 of 6) sorted by relevance
70 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
84 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
844 static Constant *getSRem(Constant *C1, Constant *C2);
2084 NewIdxs[i] = ConstantExpr::getSRem(CI, Factor); in ConstantFoldGetElementPtrImpl()
2091 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr
906 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()