Searched refs:VarOffsets (Results 1 – 1 of 1) sorted by relevance
354 MapVector<Value *, APInt> VarOffsets; in GEPToVectorIndex() local357 !GEP->collectOffset(DL, BW, VarOffsets, ConstOffset)) in GEPToVectorIndex()361 if (VarOffsets.size() > 1) in GEPToVectorIndex()364 if (VarOffsets.size() == 1) { in GEPToVectorIndex()367 const auto &VarOffset = VarOffsets.front(); in GEPToVectorIndex()