Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h114 struct DecomposedGEP { struct
116 const Value *Base;
118 int64_t StructOffset;
121 int64_t OtherOffset;
123 SmallVector<VariableGEPIndex, 4> VarIndices;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h135 struct DecomposedGEP { struct
137 const Value *Base;
139 APInt StructOffset;
142 APInt OtherOffset;
144 SmallVector<VariableGEPIndex, 4> VarIndices;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp480 struct BasicAAResult::DecomposedGEP { struct in BasicAAResult
482 const Value *Base;
484 APInt Offset;
486 SmallVector<VariableGEPIndex, 4> VarIndices;
489 std::optional<bool> InBounds;
491 void dump() const { in dump()
516 BasicAAResult::DecomposedGEP