Searched refs:GetConstantValueForVariable (Results 1 – 10 of 10) sorted by relevance
80 const Expression* indexExpr = ConstantFolder::GetConstantValueForVariable(*index); in Convert()97 const Expression* indexExpr = ConstantFolder::GetConstantValueForVariable(*index); in Make()110 const Expression* baseExpr = ConstantFolder::GetConstantValueForVariable(*base); in Make()126 const Expression* baseExpr = ConstantFolder::GetConstantValueForVariable(*base); in Make()
28 const Expression* value = ConstantFolder::GetConstantValueForVariable(originalExpr); in simplify_negation()124 const Expression* value = ConstantFolder::GetConstantValueForVariable(*operand); in logical_not_operand()
69 const Expression* testExpr = ConstantFolder::GetConstantValueForVariable(*test); in Make()
86 const Expression* testValue = ConstantFolder::GetConstantValueForVariable(*test); in Make()
488 const Expression* value = ConstantFolder::GetConstantValueForVariable(*expr); in Make()
35 const Expression* expr = ConstantFolder::GetConstantValueForVariable(*arg); in has_compile_time_constant_arguments()441 arguments[index] = ConstantFolder::GetConstantValueForVariable(*argArray[index]); in optimize_intrinsic_call()
933 const Expression* valueExpr = ConstantFolder::GetConstantValueForVariable(expr); in checkForOutOfRangeLiteral()
225 const Expression* expr = GetConstantValueForVariable(value); in GetConstantInt()234 const Expression* expr = GetConstantValueForVariable(value); in GetConstantValue()281 const Expression* ConstantFolder::GetConstantValueForVariable(const Expression& inExpr) { in GetConstantValueForVariable() function in SkSL::ConstantFolder309 const Expression* constantExpr = GetConstantValueForVariable(*expr); in MakeConstantValueForVariable()425 const Expression* left = GetConstantValueForVariable(leftExpr); in Simplify()426 const Expression* right = GetConstantValueForVariable(rightExpr); in Simplify()
43 static const Expression* GetConstantValueForVariable(const Expression& value);
171 ConstantFolder::GetConstantValueForVariable(*e) in visitStatement()