Searched defs:CondExprBool (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExpr.cpp2337 bool CondExprBool; local
2338 if (ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) {
2340 if (!CondExprBool) std::swap(live, dead);
H A DCGExprScalar.cpp2547 bool CondExprBool; local
2548 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) {
2550 if (!CondExprBool) std::swap(live, dead);

Completed in 260 milliseconds