Searched refs:getURem (Results 1 – 6 of 6) sorted by relevance
77 return ConstantExpr::getURem(LHS, RHS); in CreateURem()
944 static Constant *getURem(Constant *C1, Constant *C2);
79 return Fold(ConstantExpr::getURem(LHS, RHS)); in CreateURem()
2365 Constant *ConstantExpr::getURem(Constant *C1, Constant *C2) { in getURem() function in ConstantExpr
1582 return wrap(ConstantExpr::getURem(unwrap<Constant>(LHSConstant), in LLVMConstURem()
1960 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()