Searched refs:MinTZ (Results 1 – 1 of 1) sorted by relevance
589 unsigned MinTZ = countMinTrailingZeros(); in abs() local591 KnownAbs.Zero.setLowBits(MinTZ); in abs()593 if (MaxTZ == MinTZ && MaxTZ < getBitWidth()) in abs()922 int MinTZ = in divComputeLowBit() local926 if (MinTZ >= 0) { in divComputeLowBit()928 Known.Zero.setLowBits(MinTZ); in divComputeLowBit()929 if (MinTZ == MaxTZ) { in divComputeLowBit()931 Known.One.setBit(MinTZ); in divComputeLowBit()