Searched refs:IsPositive (Results 1 – 2 of 2) sorted by relevance
207 bool IsPositive = !Opt.startswith("no-"); in ProcessWarningOptions() local208 if (!IsPositive) Opt = Opt.substr(3); in ProcessWarningOptions()210 auto Severity = IsPositive ? diag::Severity::Remark in ProcessWarningOptions()224 EmitUnknownDiagWarning(Diags, Flavor, IsPositive ? "-R" : "-Rno-", in ProcessWarningOptions()228 IsPositive ? diag::Severity::Remark in ProcessWarningOptions()
42797 bool IsPositive[2] = {false, false}; in canReduceVMulWidth() local42802 IsPositive[i] = DAG.SignBitIsZero(Opd); in canReduceVMulWidth()42805 bool AllPositive = IsPositive[0] && IsPositive[1]; in canReduceVMulWidth()