Home
last modified time | relevance | path

Searched refs:AddrPart (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2736 Value *AddrPart = State.get(Addr, VPIteration(Part, 0)); in vectorizeInterleaveGroup() local
2737 setDebugLocFromInst(AddrPart); in vectorizeInterleaveGroup()
2752 if (auto *gep = dyn_cast<GetElementPtrInst>(AddrPart->stripPointerCasts())) in vectorizeInterleaveGroup()
2754 AddrPart = Builder.CreateGEP(ScalarTy, AddrPart, Builder.getInt32(-Index)); in vectorizeInterleaveGroup()
2755 cast<GetElementPtrInst>(AddrPart)->setIsInBounds(InBounds); in vectorizeInterleaveGroup()
2758 unsigned AddressSpace = AddrPart->getType()->getPointerAddressSpace(); in vectorizeInterleaveGroup()
2760 AddrParts.push_back(Builder.CreateBitCast(AddrPart, PtrTy)); in vectorizeInterleaveGroup()