Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLConstantFolder.h57 static bool ErrorOnDivideByZero(const Context& context, int offset, Operator op,
DSkSLConstantFolder.cpp189 bool ConstantFolder::ErrorOnDivideByZero(const Context& context, int offset, Operator op, in ErrorOnDivideByZero() function in SkSL::ConstantFolder
396 if (ErrorOnDivideByZero(context, offset, op, *right)) { in Simplify()