Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Leaders

2060     uint32_t Leaders = std::max(KnownZero.countLeadingOnes(),
2063 KnownZero = APInt::getHighBitsSet(BitWidth, Leaders) & Mask;