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