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