Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4758 Value *UnitStepVec = nullptr, *PtrIndSplat = nullptr; in widenPHIInstruction() local
4762 PtrIndSplat = Builder.CreateVectorSplat(VF, PtrInd); in widenPHIInstruction()
4772 Value *GlobalIndices = Builder.CreateAdd(PtrIndSplat, Indices); in widenPHIInstruction()