Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2048 Constant *ModuloC = in visitCallInst() local
2050 if (!ModuloC) in visitCallInst()
2052 if (ModuloC != ShAmtC) in visitCallInst()
2053 return replaceOperand(*II, 2, ModuloC); in visitCallInst()