Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5188 bool CondExprBool; in VisitAbstractConditionalOperator() local
5189 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in VisitAbstractConditionalOperator()
5191 if (!CondExprBool) std::swap(live, dead); in VisitAbstractConditionalOperator()
5195 if (CondExprBool) { in VisitAbstractConditionalOperator()
H A DCGExpr.cpp5056 bool CondExprBool; in HandleConditionalOperatorLValueSimpleCase() local
5057 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in HandleConditionalOperatorLValueSimpleCase()
5059 if (!CondExprBool) in HandleConditionalOperatorLValueSimpleCase()
5064 if (CondExprBool) in HandleConditionalOperatorLValueSimpleCase()