Searched refs:CondConstant (Results 1 – 4 of 4) sorted by relevance
2555 bool CondConstant; in emitOMPSimdRegion() local2557 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in emitOMPSimdRegion()2558 if (!CondConstant) in emitOMPSimdRegion()3335 bool CondConstant; in EmitOMPWorksharingLoop() local3337 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()3338 if (!CondConstant) in EmitOMPWorksharingLoop()4667 bool CondConstant; in EmitOMPTaskBasedDirective() local4668 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()4669 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()5679 bool CondConstant; in EmitOMPDistributeLoop() local[all …]
819 bool CondConstant; in EmitIfStmt() local820 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()825 if (!CondConstant) // Condition false? in EmitIfStmt()831 if (CondConstant) in EmitIfStmt()
1836 bool CondConstant; in emitIfClause() local1837 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitIfClause()1838 if (CondConstant) in emitIfClause()
7632 auto CondConstant = CI->getSExtValue(); in emitIfClause() local7633 if (CondConstant) in emitIfClause()