reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2024 if (match(&MinMax1, m_SMin(m_Instruction(MinMax2), m_APInt(MaxValue)))) { 2029 if (!match(MinMax2, m_SMin(m_BinOp(AddSub), m_APInt(MaxValue)))) 2036 if (!(*MaxValue + 1).isPowerOf2() || -*MinValue != *MaxValue + 1) 2036 if (!(*MaxValue + 1).isPowerOf2() || -*MinValue != *MaxValue + 1) 2039 unsigned NewBitWidth = (*MaxValue + 1).logBase2() + 1;