Home
last modified time | relevance | path

Searched refs:ModuloC (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1090 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst() local
1091 if (ModuloC != ShAmtC) in visitCallInst()
1092 return replaceOperand(*II, 2, ModuloC); in visitCallInst()