Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9778 Value *VectorGep = State.get(getAddr(), Part); in execute() local
9779 NewSI = Builder.CreateMaskedScatter(StoredVal, VectorGep, Alignment, in execute()
9809 Value *VectorGep = State.get(getAddr(), Part); in execute() local
9810 NewLI = Builder.CreateMaskedGather(DataTy, VectorGep, Alignment, MaskPart, in execute()