Searched defs:DecomposedGEP (Results 1 – 3 of 3) sorted by relevance
114 struct DecomposedGEP { struct116 const Value *Base;118 int64_t StructOffset;121 int64_t OtherOffset;123 SmallVector<VariableGEPIndex, 4> VarIndices;
135 struct DecomposedGEP { struct137 const Value *Base;139 APInt StructOffset;142 APInt OtherOffset;144 SmallVector<VariableGEPIndex, 4> VarIndices;
480 struct BasicAAResult::DecomposedGEP { struct in BasicAAResult482 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