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()929 int MinTZ = in divComputeLowBit() local933 if (MinTZ >= 0) { in divComputeLowBit()935 Known.Zero.setLowBits(MinTZ); in divComputeLowBit()936 if (MinTZ == MaxTZ) { in divComputeLowBit()938 Known.One.setBit(MinTZ); in divComputeLowBit()