Searched refs:constantExpr (Results 1 – 1 of 1) sorted by relevance
224 const Expression* constantExpr = GetConstantValueForVariable(*expr); in MakeConstantValueForVariable() local225 if (constantExpr != expr.get()) { in MakeConstantValueForVariable()226 expr = constantExpr->clone(); in MakeConstantValueForVariable()