Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp498 using VectorParts = SmallVector<Value *, 2>; typedef in llvm::InnerLoopVectorizer
2924 VectorParts BlockInMaskParts(UF); in vectorizeMemoryInstruction()
4379 VectorParts RdxParts(UF); in fixReduction()
9624 InnerLoopVectorizer::VectorParts Entry(State.UF); in execute()