Searched refs:lhs_is_indexed (Results 1 – 1 of 1) sorted by relevance
847 bool lhs_is_indexed; in ComputeArrayForElementwiseBinaryOp() local852 lhs_is_indexed = true; in ComputeArrayForElementwiseBinaryOp()854 lhs_is_indexed = false; in ComputeArrayForElementwiseBinaryOp()860 lhs_is_indexed ? lhs_scalar_indexed_const : rhs_scalar_indexed_const; in ComputeArrayForElementwiseBinaryOp()862 dynamic_cast<UnknownArray*>(lhs_is_indexed ? rhs : lhs); in ComputeArrayForElementwiseBinaryOp()927 if (lhs_is_indexed) { in ComputeArrayForElementwiseBinaryOp()