Searched refs:getSRem (Results 1 – 6 of 6) sorted by relevance
81 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
945 static Constant *getSRem(Constant *C1, Constant *C2);
82 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
2450 NewIdxs[i] = ConstantExpr::getSRem(CurrIdx, Factor); in ConstantFoldGetElementPtr()
2369 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr
1587 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()