Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp4506 bool CondExprBool; in VisitAbstractConditionalOperator() local
4507 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in VisitAbstractConditionalOperator()
4509 if (!CondExprBool) std::swap(live, dead); in VisitAbstractConditionalOperator()
4513 if (CondExprBool) in VisitAbstractConditionalOperator()
H A DCGExpr.cpp4531 bool CondExprBool; in EmitConditionalOperatorLValue() local
4532 if (ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in EmitConditionalOperatorLValue()
4534 if (!CondExprBool) std::swap(live, dead); in EmitConditionalOperatorLValue()
4538 if (CondExprBool) in EmitConditionalOperatorLValue()