Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1125 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst() local
1126 if (ModuloC != ShAmtC) in visitCallInst()
1127 return replaceOperand(*II, 2, ModuloC); in visitCallInst()