Searched refs:AddrParts (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 2140 SmallVector<Value *, 2> AddrParts; in execute() local 2188 AddrParts.push_back(AddrPart); in execute() 2238 NewLoad = State.Builder.CreateMaskedLoad(VecTy, AddrParts[Part], in execute() 2243 VecTy, AddrParts[Part], Group->getAlign(), "wide.vec"); in execute() 2367 IVec, AddrParts[Part], Group->getAlign(), GroupMask); in execute() 2369 NewStoreInstr = State.Builder.CreateAlignedStore(IVec, AddrParts[Part], in execute()
|