Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp91 bool foldSingleElementStore(Instruction &I);
782 bool VectorCombine::foldSingleElementStore(Instruction &I) { in foldSingleElementStore() function in VectorCombine
853 MadeChange |= foldSingleElementStore(I); in run()