Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp921 bool CodeGenFunction::checkIfLoopMustProgress(const Expr *ControllingExpression, in checkIfLoopMustProgress() argument
934 !ControllingExpression || in checkIfLoopMustProgress()
935 (ControllingExpression->EvaluateAsInt(Result, getContext()) && in checkIfLoopMustProgress()
938 bool CondIsTrue = CondIsConstInt && (!ControllingExpression || in checkIfLoopMustProgress()