Searched refs:IsShiftLeft (Results 1 – 3 of 3) sorted by relevance
87 bool IsShiftLeft() const { return op == BinaryOp::kShiftLeft; } in IsShiftLeft() function
491 if (expr->IsShiftLeft() && lhs_type->is_signed_scalar_or_vector()) { in EmitBinary()
2170 } else if (expr->IsShiftLeft()) { in GenerateBinaryExpression()