Home
last modified time | relevance | path

Searched refs:ConstantFoldsToSimpleInteger (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1578 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond, in ConstantFoldsToSimpleInteger() function in CodeGenFunction
1582 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels)) in ConstantFoldsToSimpleInteger()
1592 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond, in ConstantFoldsToSimpleInteger() function in CodeGenFunction
1711 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) && in EmitBranchOnBoolExpr()
1721 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) && in EmitBranchOnBoolExpr()
1762 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) && in EmitBranchOnBoolExpr()
1772 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) && in EmitBranchOnBoolExpr()
H A DCGStmt.cpp788 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()
1938 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()
H A DCGStmtOpenMP.cpp2530 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in emitOMPSimdRegion()
3292 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()
4596 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()
5593 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPDistributeLoop()
6571 if (CGF.ConstantFoldsToSimpleInteger(IfCond, Val) && !Val) in emitCommonOMPTargetDirective()
7560 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPTaskLoopBasedDirective()
H A DCGExprScalar.cpp4513 if (CGF.ConstantFoldsToSimpleInteger(E->getLHS(), LHSCondVal)) { in VisitBinLAnd()
4629 if (CGF.ConstantFoldsToSimpleInteger(E->getLHS(), LHSCondVal)) { in VisitBinLOr()
4754 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in VisitAbstractConditionalOperator()
H A DCodeGenFunction.h4549 bool ConstantFoldsToSimpleInteger(const Expr *Cond, bool &Result,
4555 bool ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &Result,
H A DCGExpr.cpp4592 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in HandleConditionalOperatorLValueSimpleCase()
H A DCGOpenMPRuntime.cpp2005 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitIfClause()