Searched refs:GEPVectorIdx (Results 1 – 1 of 1) sorted by relevance
425 std::map<GetElementPtrInst*, Value*> GEPVectorIdx; in tryPromoteAllocaToVector() local482 GEPVectorIdx[GEP] = Index; in tryPromoteAllocaToVector()504 if (Ptr != Alloca && !GEPVectorIdx.count(GEP)) in tryPromoteAllocaToVector()507 return dyn_cast<ConstantInt>(calculateVectorIndex(Ptr, GEPVectorIdx)); in tryPromoteAllocaToVector()560 Value *Index = calculateVectorIndex(Ptr, GEPVectorIdx); in tryPromoteAllocaToVector()575 Value *Index = calculateVectorIndex(Ptr, GEPVectorIdx); in tryPromoteAllocaToVector()