Searched refs:ModuloC (Results 1 – 1 of 1) sorted by relevance
1125 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst() local1126 if (ModuloC != ShAmtC) in visitCallInst()1127 return replaceOperand(*II, 2, ModuloC); in visitCallInst()