Lines Matching refs:LHS
139 #define BINARY_OP(RESULT, OP, LHS, RHS) \
140 if (!compute_ids || (is_const(LHS.val) && is_const(RHS.val))) { \
141 assert(LHS.ids == NULL); \
143 if (isnan(LHS.val) || isnan(RHS.val)) { \
146 RESULT.val = LHS.val OP RHS.val; \
150 RESULT = union_expr(LHS, RHS); \
189 * LHS == RHS, so both are an identical constant. No need to
199 * Value is either the LHS or RHS and we need the IF expression
317 /* LHS and/or RHS need computing from event IDs so union. */
332 /* LHS and/or RHS need computing from event IDs so union. */
353 /* LHS and/or RHS need computing from event IDs so union. */