Searched refs:IsPositive (Results 1 – 3 of 3) 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()
1972 bool IsPositive = in constantFoldCanonicalize() local1977 APFloat::getZero(Src.getSemantics(), !IsPositive)); in constantFoldCanonicalize()
47207 bool IsPositive[2] = {false, false}; in canReduceVMulWidth() local47212 IsPositive[i] = DAG.SignBitIsZero(Opd); in canReduceVMulWidth()47215 bool AllPositive = IsPositive[0] && IsPositive[1]; in canReduceVMulWidth()