Lines Matching defs:GEPVectorIdx
441 /// \param GEPVectorIdx GEP -> VectorIdx cache.
452 std::map<GetElementPtrInst *, Value *> &GEPVectorIdx, Value *CurVal,
499 cast<LoadInst>(Inst)->getPointerOperand(), GEPVectorIdx);
555 Value *Index = calculateVectorIndex(SI->getPointerOperand(), GEPVectorIdx);
760 std::map<GetElementPtrInst *, Value *> GEPVectorIdx;
822 GEPVectorIdx[GEP] = Index;
850 if (Ptr != &Alloca && !GEPVectorIdx.count(GEP))
853 return dyn_cast<ConstantInt>(calculateVectorIndex(Ptr, GEPVectorIdx));
928 I, *DL, VectorTy, VecStoreSize, ElementSize, TransferInfo, GEPVectorIdx,
941 I, *DL, VectorTy, VecStoreSize, ElementSize, TransferInfo, GEPVectorIdx,