Home
last modified time | relevance | path

Searched refs:IsPositive (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDWarnings.cpp203 bool IsPositive = !Opt.startswith("no-"); in ProcessWarningOptions() local
204 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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp38914 bool IsPositive[2] = {false, false}; in canReduceVMulWidth() local
38919 IsPositive[i] = DAG.SignBitIsZero(Opd); in canReduceVMulWidth()
38922 bool AllPositive = IsPositive[0] && IsPositive[1]; in canReduceVMulWidth()