Searched defs:VariableGEPIndex (Results 1 – 1 of 1) sorted by relevance
181 struct VariableGEPIndex { struct182 const Value *V;183 ExtensionKind Extension;184 int64_t Scale;186 bool operator==(const VariableGEPIndex &Other) const { in operator ==()191 bool operator!=(const VariableGEPIndex &Other) const { in operator !=()