Lines Matching refs:left
805 # Both the left and right patterns are "b" when isnan(a), so this is exact.
807 # The left pattern is 0.0 when isnan(a) (because fmin(fsat(NaN), b) ->
997 # Clean up junk left from 8-bit integer to 16-bit integer lowering.
2025 for left, right in itertools.combinations_with_replacement(invert.keys(), 2):
2026 optimizations.append((('inot', ('ior(is_used_once)', (left, a, b), (right, c, d))),
2027 ('iand', (invert[left], a, b), (invert[right], c, d))))
2028 optimizations.append((('inot', ('iand(is_used_once)', (left, a, b), (right, c, d))),
2029 ('ior', (invert[left], a, b), (invert[right], c, d))))
2350 # left with just the original variable "a".
2740 # extract. The inner shift removes the bits above b + c by shifting left