Searched defs:VariableGEPIndex (Results 1 – 1 of 1) sorted by relevance
171 struct VariableGEPIndex { struct172 const Value *V;173 ExtensionKind Extension;174 int64_t Scale;176 bool operator==(const VariableGEPIndex &Other) const { in operator ==()181 bool operator!=(const VariableGEPIndex &Other) const { in operator !=()