Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Leaders

2093     uint32_t Leaders = std::max(KnownZero.countLeadingOnes(),
2096 KnownZero = APInt::getHighBitsSet(BitWidth, Leaders);