Searched refs:IsPositive (Results 1 – 2 of 2) sorted by relevance
203 bool IsPositive = !Opt.startswith("no-"); in ProcessWarningOptions() local204 if (!IsPositive) Opt = Opt.substr(3); in ProcessWarningOptions()206 auto Severity = IsPositive ? diag::Severity::Remark in ProcessWarningOptions()220 EmitUnknownDiagWarning(Diags, Flavor, IsPositive ? "-R" : "-Rno-", in ProcessWarningOptions()224 IsPositive ? diag::Severity::Remark in ProcessWarningOptions()
38914 bool IsPositive[2] = {false, false}; in canReduceVMulWidth() local38919 IsPositive[i] = DAG.SignBitIsZero(Opd); in canReduceVMulWidth()38922 bool AllPositive = IsPositive[0] && IsPositive[1]; in canReduceVMulWidth()