Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1960 Constant *ModuloC = in visitCallInst() local
1962 if (!ModuloC) in visitCallInst()
1964 if (ModuloC != ShAmtC) in visitCallInst()
1965 return replaceOperand(*II, 2, ModuloC); in visitCallInst()