Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp933 bool CondIsConstInt = in checkIfLoopMustProgress() local
938 bool CondIsTrue = CondIsConstInt && (!ControllingExpression || in checkIfLoopMustProgress()
942 if (getLangOpts().C11 && !CondIsConstInt) in checkIfLoopMustProgress()