Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp87 bool foldExtractExtract(Instruction &I);
448 bool VectorCombine::foldExtractExtract(Instruction &I) { in foldExtractExtract() function in VectorCombine
849 MadeChange |= foldExtractExtract(I); in run()