Searched refs:getURem (Results 1 – 7 of 7) sorted by relevance
80 return ConstantExpr::getURem(LHS, RHS); in CreateURem()
989 static Constant *getURem(Constant *C1, Constant *C2);
82 return Fold(ConstantExpr::getURem(LHS, RHS)); in CreateURem()
1090 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
2725 Constant *ConstantExpr::getURem(Constant *C1, Constant *C2) { in getURem() function in ConstantExpr
1631 return wrap(ConstantExpr::getURem(unwrap<Constant>(LHSConstant), in LLVMConstURem()
1164 See the method [llvm::ConstantExpr::getURem]. *)