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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2656 bool CondExprBool; local
2657 if (ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) {
2659 if (!CondExprBool) std::swap(live, dead);
H A DCGExprScalar.cpp3051 bool CondExprBool; local
3052 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) {
3054 if (!CondExprBool) std::swap(live, dead);

Completed in 75 milliseconds