Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Leaders

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