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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4289 bool CondExprBool; local
4290 if (ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) {
4292 if (!CondExprBool) std::swap(live, dead);
4296 if (CondExprBool)
H A DCGExprScalar.cpp4253 bool CondExprBool; local
4254 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) {
4256 if (!CondExprBool) std::swap(live, dead);
4260 if (CondExprBool)

Completed in 95 milliseconds