Home
last modified time | relevance | path

Searched refs:Negation (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h44 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 DContainerSizeEmptyCheck.cpp242 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 Dneg.tc2 # Negation tests
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp248 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 DDebugSupport.cpp94 case Value::Kind::Negation: { in debugString()
H A DWatchedLiteralsSolver.cpp219 case Value::Kind::Negation: { in buildBooleanFormula()
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dfp-cmp-05.ll31 ; Negation of floating-point absolute.
H A Dfp-strict-cmps-05.ll37 ; Negation of floating-point absolute.
H A Dfp-strict-cmp-05.ll37 ; Negation of floating-point absolute.
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DDebugSupportTest.cpp34 TEST(BoolValueDebugStringTest, Negation) { in TEST() argument
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp46 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 DSystemZInstrHFP.td87 // Negation (Load Complement).
H A DSystemZInstrFP.td335 // Negation (Load Complement).
H A DSystemZScheduleZ196.td277 // Absolute and Negation
H A DSystemZScheduleZEC12.td288 // Absolute and Negation
H A DSystemZScheduleZ13.td314 // Absolute and Negation
H A DSystemZScheduleZ16.td319 // Absolute and Negation
H A DSystemZScheduleZ15.td319 // Absolute and Negation
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Complex/IR/
H A DComplexOps.td360 let summary = "Negation operator";
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h702 std::optional<Expr<SomeType>> Negation(
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp461 std::optional<Expr<SomeType>> Negation( in Negation() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td443 // Vector Saturating Negation
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1122 // Negation: neg
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dsub-of-negatible-inseltpoison.ll19 ; Negation can be negated for free
H A Dsub-of-negatible.ll19 ; Negation can be negated for free

12