Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp2168 Value *AddrPart = State.get(Addr, VPIteration(Part, 0)); in execute() local
2169 if (auto *I = dyn_cast<Instruction>(AddrPart)) in execute()
2185 if (auto *gep = dyn_cast<GetElementPtrInst>(AddrPart->stripPointerCasts())) in execute()
2187 AddrPart = State.Builder.CreateGEP(ScalarTy, AddrPart, Idx, "", InBounds); in execute()
2188 AddrParts.push_back(AddrPart); in execute()