Searched refs:CondConstant (Results 1 – 3 of 3) sorted by relevance
785 bool CondConstant; in EmitIfStmt() local786 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()791 if (!CondConstant) // Condition false? in EmitIfStmt()797 if (CondConstant) in EmitIfStmt()
2520 bool CondConstant; in emitOMPSimdRegion() local2523 if (!CondConstant) in emitOMPSimdRegion()3232 bool CondConstant; in EmitOMPWorksharingLoop() local3235 if (!CondConstant) in EmitOMPWorksharingLoop()4542 bool CondConstant; in EmitOMPTaskBasedDirective() local4543 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()4544 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()5527 bool CondConstant; in EmitOMPDistributeLoop() local5530 if (!CondConstant) in EmitOMPDistributeLoop()7581 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local[all …]
2007 bool CondConstant; in emitIfClause() local2008 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitIfClause()2009 if (CondConstant) in emitIfClause()