Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1128 bool DivisorWasNegative = match(Op1, m_NegatedPower2()); in visitSDiv() local
1129 if (DivisorWasNegative) in visitSDiv()
1133 if (!DivisorWasNegative) in visitSDiv()