Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp890 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst() local
891 if (ModuloC != ShAmtC) in visitCallInst()
892 return replaceOperand(*II, 2, ModuloC); in visitCallInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1960 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst() local
1961 if (ModuloC != ShAmtC) { in visitCallInst()
1962 II->setArgOperand(2, ModuloC); in visitCallInst()