Searched refs:ControllingExpression (Results 1 – 1 of 1) sorted by relevance
921 bool CodeGenFunction::checkIfLoopMustProgress(const Expr *ControllingExpression, in checkIfLoopMustProgress() argument934 !ControllingExpression || in checkIfLoopMustProgress()935 (ControllingExpression->EvaluateAsInt(Result, getContext()) && in checkIfLoopMustProgress()938 bool CondIsTrue = CondIsConstInt && (!ControllingExpression || in checkIfLoopMustProgress()