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