Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1972 bool IsPositive = in constantFoldCanonicalize() local
1977 APFloat::getZero(Src.getSemantics(), !IsPositive)); in constantFoldCanonicalize()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47207 bool IsPositive[2] = {false, false}; in canReduceVMulWidth() local
47212 IsPositive[i] = DAG.SignBitIsZero(Opd); in canReduceVMulWidth()
47215 bool AllPositive = IsPositive[0] && IsPositive[1]; in canReduceVMulWidth()