Searched refs:CondConstant (Results 1 – 4 of 4) sorted by relevance
2528 bool CondConstant; in emitOMPSimdRegion() local2531 if (!CondConstant) in emitOMPSimdRegion()3290 bool CondConstant; in EmitOMPWorksharingLoop() local3293 if (!CondConstant) in EmitOMPWorksharingLoop()4622 bool CondConstant; in EmitOMPTaskBasedDirective() local4623 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()4624 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()5625 bool CondConstant; in EmitOMPDistributeLoop() local5628 if (!CondConstant) in EmitOMPDistributeLoop()7637 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local[all …]
794 bool CondConstant; in EmitIfStmt() local795 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()800 if (!CondConstant) // Condition false? in EmitIfStmt()806 if (CondConstant) in EmitIfStmt()
1833 bool CondConstant; in emitIfClause() local1834 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitIfClause()1835 if (CondConstant) in emitIfClause()
5669 auto CondConstant = CI->getSExtValue(); in emitIfClause() local5670 if (CondConstant) in emitIfClause()