Searched refs:PossibleLZ (Results 1 – 3 of 3) sorted by relevance
1632 unsigned PossibleLZ = Known2.countMaxLeadingZeros(); in computeKnownBitsFromOperator() local1635 PossibleLZ = std::min(PossibleLZ, BitWidth - 1); in computeKnownBitsFromOperator()1636 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBitsFromOperator()
3420 unsigned PossibleLZ = Known2.countMaxLeadingZeros(); in computeKnownBits() local3421 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBits()
10856 unsigned PossibleLZ = Known2.trunc(32).countMaxLeadingZeros(); in computeKnownBitsForTargetNode() local10857 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBitsForTargetNode()