Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc3860 auto* binary_expr = create<ast::BinaryExpression>(Source{}, binary_op, in MaybeEmitCombinatorialValue() local
3862 TypedExpression result{ast_type, binary_expr}; in MaybeEmitCombinatorialValue()
3938 auto* binary_expr = create<ast::BinaryExpression>(Source{}, negated_op, in MaybeEmitCombinatorialValue() local
3941 Source{}, ast::UnaryOp::kNot, binary_expr); in MaybeEmitCombinatorialValue()