Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2267 Value *VectorGep = getOrCreateVectorValue(Ptr, Part); in vectorizeMemoryInstruction() local
2268 NewSI = Builder.CreateMaskedScatter(StoredVal, VectorGep, Alignment, in vectorizeMemoryInstruction()
2297 Value *VectorGep = getOrCreateVectorValue(Ptr, Part); in vectorizeMemoryInstruction() local
2298 NewLI = Builder.CreateMaskedGather(VectorGep, Alignment, MaskPart, in vectorizeMemoryInstruction()