Searched refs:CondConstant (Results 1 – 4 of 4) sorted by relevance
2683 bool CondConstant; in emitOMPSimdRegion() local2685 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in emitOMPSimdRegion()2686 if (!CondConstant) in emitOMPSimdRegion()3479 bool CondConstant; in EmitOMPWorksharingLoop() local3481 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()3482 if (!CondConstant) in EmitOMPWorksharingLoop()4867 bool CondConstant; in EmitOMPTaskBasedDirective() local4868 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()4869 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()5887 bool CondConstant; in EmitOMPDistributeLoop() local[all …]
905 bool CondConstant; in EmitIfStmt() local906 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()911 if (!CondConstant) // Condition false? in EmitIfStmt()917 if (CondConstant) in EmitIfStmt()
1816 bool CondConstant; in emitIfClause() local1817 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitIfClause()1818 if (CondConstant) in emitIfClause()
8776 auto CondConstant = CI->getSExtValue(); in emitIfClause() local8777 if (CondConstant) in emitIfClause()