Home
last modified time | relevance | path

Searched refs:negate_operand (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/sksl/ir/
H A DSkSLPrefixExpression.cpp100 // The logic below is very similar to `negate_operand`, but with different ownership rules. in negate_operands()
111 static std::unique_ptr<Expression> negate_operand(const Context& context, in negate_operand() function
233 return negate_operand(context, std::move(base)); in Make()

Completed in 1 milliseconds