Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DWarnings.cpp207 bool IsPositive = !Opt.startswith("no-"); in ProcessWarningOptions() local
208 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42797 bool IsPositive[2] = {false, false}; in canReduceVMulWidth() local
42802 IsPositive[i] = DAG.SignBitIsZero(Opd); in canReduceVMulWidth()
42805 bool AllPositive = IsPositive[0] && IsPositive[1]; in canReduceVMulWidth()