Searched refs:ErrorOnDivideByZero (Results 1 – 2 of 2) sorted by relevance
57 static bool ErrorOnDivideByZero(const Context& context, int offset, Operator op,
189 bool ConstantFolder::ErrorOnDivideByZero(const Context& context, int offset, Operator op, in ErrorOnDivideByZero() function in SkSL::ConstantFolder396 if (ErrorOnDivideByZero(context, offset, op, *right)) { in Simplify()