| /llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | Value.h | 44 Negation, enumerator 88 Val->getKind() == Kind::Negation || in classof() 155 : BoolValue(Kind::Negation), SubVal(SubVal) {} in NegationValue() 158 return Val->getKind() == Kind::Negation; in classof()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | ContainerSizeEmptyCheck.cpp | 242 bool Negation = false; in check() local 269 Negation = true; in check() 273 Negation = true; in check() 277 Negation = true; in check() 279 if (Negation) in check()
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tests/ |
| H A D | neg.tc | 2 # Negation tests
|
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowAnalysisContext.cpp | 248 case Value::Kind::Negation: { in substituteBoolValue() 249 auto &Negation = *cast<NegationValue>(&Val); in substituteBoolValue() local 250 auto &Sub = substituteBoolValue(Negation.getSubVal(), SubstitutionsCache); in substituteBoolValue()
|
| H A D | DebugSupport.cpp | 94 case Value::Kind::Negation: { in debugString()
|
| H A D | WatchedLiteralsSolver.cpp | 219 case Value::Kind::Negation: { in buildBooleanFormula()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | fp-cmp-05.ll | 31 ; Negation of floating-point absolute.
|
| H A D | fp-strict-cmps-05.ll | 37 ; Negation of floating-point absolute.
|
| H A D | fp-strict-cmp-05.ll | 37 ; Negation of floating-point absolute.
|
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | DebugSupportTest.cpp | 34 TEST(BoolValueDebugStringTest, Negation) { in TEST() argument
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | CompilerInvocationTest.cpp | 46 std::string describeContainsN(M InnerMatcher, unsigned N, bool Negation) { in describeContainsN() argument 47 StringRef Contains = Negation ? "doesn't contain" : "contains"; in describeContainsN()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 87 // Negation (Load Complement).
|
| H A D | SystemZInstrFP.td | 335 // Negation (Load Complement).
|
| H A D | SystemZScheduleZ196.td | 277 // Absolute and Negation
|
| H A D | SystemZScheduleZEC12.td | 288 // Absolute and Negation
|
| H A D | SystemZScheduleZ13.td | 314 // Absolute and Negation
|
| H A D | SystemZScheduleZ16.td | 319 // Absolute and Negation
|
| H A D | SystemZScheduleZ15.td | 319 // Absolute and Negation
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Complex/IR/ |
| H A D | ComplexOps.td | 360 let summary = "Negation operator";
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | tools.h | 702 std::optional<Expr<SomeType>> Negation(
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | tools.cpp | 461 std::optional<Expr<SomeType>> Negation( in Negation() function
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 443 // Vector Saturating Negation
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrSIMD.td | 1122 // Negation: neg
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | sub-of-negatible-inseltpoison.ll | 19 ; Negation can be negated for free
|
| H A D | sub-of-negatible.ll | 19 ; Negation can be negated for free
|