Searched refs:CondConstant (Results 1 – 3 of 3) sorted by relevance
2493 bool CondConstant; in emitOMPSimdRegion() local2496 if (!CondConstant) in emitOMPSimdRegion()3098 bool CondConstant; in EmitOMPWorksharingLoop() local3101 if (!CondConstant) in EmitOMPWorksharingLoop()4274 bool CondConstant; in EmitOMPTaskBasedDirective() local4275 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()4276 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()5090 bool CondConstant; in EmitOMPDistributeLoop() local5093 if (!CondConstant) in EmitOMPDistributeLoop()6902 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local[all …]
724 bool CondConstant; in EmitIfStmt() local725 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()730 if (!CondConstant) // Condition false? in EmitIfStmt()736 if (CondConstant) in EmitIfStmt()
2043 bool CondConstant; in emitIfClause() local2044 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitIfClause()2045 if (CondConstant) in emitIfClause()