Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
H A DSkSLPrefixExpression.cpp26 static std::unique_ptr<Expression> simplify_negation(const Context& context, in simplify_negation() function
61 if (std::unique_ptr<Expression> simplified = simplify_negation(context, in simplify_negation()
73 if (std::unique_ptr<Expression> simplified = simplify_negation(context, in simplify_negation()
101 if (std::unique_ptr<Expression> simplified = simplify_negation(context, *expr)) { in negate_operands()
114 if (std::unique_ptr<Expression> simplified = simplify_negation(context, *value)) { in negate_operand()

Completed in 2 milliseconds