Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4836 Value *UnitStepVec = nullptr, *PtrIndSplat = nullptr; in widenPHIInstruction() local
4840 PtrIndSplat = Builder.CreateVectorSplat(VF, PtrInd); in widenPHIInstruction()
4850 Value *GlobalIndices = Builder.CreateAdd(PtrIndSplat, Indices); in widenPHIInstruction()