Searched refs:CondConstant (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp485 bool CondConstant; local
486 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant)) {
490 if (!CondConstant) // Condition false?
496 if (CondConstant)

Completed in 50 milliseconds