Home
last modified time | relevance | path

Searched defs:StoreInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h127 struct StoreInfo { struct
128 enum Kind {
147 Kind StoreKind;
149 const ExplodedNode *StoreSite;
152 const Expr *SourceOfTheValue;
154 SVal Value;
159 const MemRegion *Dest, *Origin;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp503 struct StoreInfo { struct in __anonc3fb365e0111::AArch64PostLegalizerCombiner
504 GStore *St = nullptr;
507 GPtrAdd *Ptr = nullptr;
509 int64_t Offset = 0;
510 LLT StoredType;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp195 class StoreInfo { class