Searched refs:CondConstant (Results 1 – 2 of 2) sorted by relevance
69 bool CondConstant; in EmitOMPIfClause() local70 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in EmitOMPIfClause()71 CodeGen(CondConstant); in EmitOMPIfClause()
524 bool CondConstant; in EmitIfStmt() local525 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant)) { in EmitIfStmt()529 if (!CondConstant) // Condition false? in EmitIfStmt()535 if (CondConstant) in EmitIfStmt()