Searched refs:SignificantBits (Results 1 – 1 of 1) sorted by relevance
6764 auto SignificantBits = 0; in getMinUselessShift() local6767 SignificantBits = ValueKB.countMinTrailingZeros(); in getMinUselessShift()6772 SignificantBits = ValueKB.countMinLeadingZeros(); in getMinUselessShift()6776 SignificantBits = ValueKB.countMinLeadingZeros(); in getMinUselessShift()6779 SignificantBits = ValueKB.countMinLeadingOnes(); in getMinUselessShift()6789 return ValueKB.getBitWidth() - SignificantBits; in getMinUselessShift()