Searched refs:CondConstant (Results 1 – 3 of 3) sorted by relevance
2488 bool CondConstant; in emitOMPSimdRegion() local2490 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in emitOMPSimdRegion()2491 if (!CondConstant) in emitOMPSimdRegion()3071 bool CondConstant; in EmitOMPWorksharingLoop() local3073 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()3074 if (!CondConstant) in EmitOMPWorksharingLoop()4248 bool CondConstant; in EmitOMPTaskBasedDirective() local4249 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()4250 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()5064 bool CondConstant; in EmitOMPDistributeLoop() local[all …]
721 bool CondConstant; in EmitIfStmt() local722 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()727 if (!CondConstant) // Condition false? in EmitIfStmt()733 if (CondConstant) in EmitIfStmt()
2039 bool CondConstant; in emitIfClause() local2040 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitIfClause()2041 if (CondConstant) in emitIfClause()