Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1012 bool CodeGenFunction::checkIfLoopMustProgress(const Expr *ControllingExpression, in checkIfLoopMustProgress() argument
1025 !ControllingExpression || in checkIfLoopMustProgress()
1026 (ControllingExpression->EvaluateAsInt(Result, getContext()) && in checkIfLoopMustProgress()
1029 bool CondIsTrue = CondIsConstInt && (!ControllingExpression || in checkIfLoopMustProgress()