Searched refs:NumDemandedUpperBits (Results 1 – 1 of 1) sorted by relevance
2254 unsigned NumDemandedUpperBits = BitWidth - DemandedBits.countr_zero(); in SimplifyDemandedBits() local2255 if (NumSignBits >= NumDemandedUpperBits) in SimplifyDemandedBits()