Searched refs:ModuloC (Results 1 – 2 of 2) sorted by relevance
890 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst() local891 if (ModuloC != ShAmtC) in visitCallInst()892 return replaceOperand(*II, 2, ModuloC); in visitCallInst()
1960 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst() local1961 if (ModuloC != ShAmtC) { in visitCallInst()1962 II->setArgOperand(2, ModuloC); in visitCallInst()