Searched refs:LeadingOnes (Results 1 – 3 of 3) sorted by relevance
190 unsigned LeadingOnes = llvm::countl_one((uint64_t)Val); in extractRotateInfo() local193 (LeadingOnes + TrailingOnes) > (64 - 12)) in extractRotateInfo()
1567 unsigned LeadingOnes = Mask.countLeadingOnes(); in estimateBitMaskedAndLowerBound() local1568 Mask.clearLowBits(BitWidth - LeadingOnes); in estimateBitMaskedAndLowerBound()1572 unsigned LeadingOnes = ((BLo & BHi) | Mask).countLeadingOnes(); in estimateBitMaskedAndLowerBound() local1573 unsigned StartBit = BitWidth - LeadingOnes; in estimateBitMaskedAndLowerBound()
2578 bool LeadingOnes = true; in get_VSPLTI_elt() local2583 LeadingOnes &= isAllOnesConstant(UniquedVals[i]); in get_VSPLTI_elt()2593 if (LeadingOnes) { in get_VSPLTI_elt()