Home
last modified time | relevance | path

Searched refs:IsShiftLeft (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dbinary_expression.h87 bool IsShiftLeft() const { return op == BinaryOp::kShiftLeft; } in IsShiftLeft() function
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc491 if (expr->IsShiftLeft() && lhs_type->is_signed_scalar_or_vector()) { in EmitBinary()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc2170 } else if (expr->IsShiftLeft()) { in GenerateBinaryExpression()