Searched refs:AddrPart (Results 1 – 1 of 1) sorted by relevance
2572 Value *AddrPart = State.get(Addr, VPIteration(Part, 0)); in vectorizeInterleaveGroup() local2573 State.setDebugLocFromInst(AddrPart); in vectorizeInterleaveGroup()2588 if (auto *gep = dyn_cast<GetElementPtrInst>(AddrPart->stripPointerCasts())) in vectorizeInterleaveGroup()2590 AddrPart = Builder.CreateGEP(ScalarTy, AddrPart, Builder.getInt32(-Index)); in vectorizeInterleaveGroup()2591 cast<GetElementPtrInst>(AddrPart)->setIsInBounds(InBounds); in vectorizeInterleaveGroup()2594 unsigned AddressSpace = AddrPart->getType()->getPointerAddressSpace(); in vectorizeInterleaveGroup()2596 AddrParts.push_back(Builder.CreateBitCast(AddrPart, PtrTy)); in vectorizeInterleaveGroup()