Searched refs:inExpr (Results 1 – 1 of 1) sorted by relevance
196 const Expression* ConstantFolder::GetConstantValueForVariable(const Expression& inExpr) { in GetConstantValueForVariable() argument197 for (const Expression* expr = &inExpr;;) { in GetConstantValueForVariable()219 return &inExpr; in GetConstantValueForVariable()