Home
last modified time | relevance | path

Searched refs:SignificantBits (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6764 auto SignificantBits = 0; in getMinUselessShift() local
6767 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()