Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp88 bool foldBitcastShuf(Instruction &I);
507 bool VectorCombine::foldBitcastShuf(Instruction &I) { in foldBitcastShuf() function in VectorCombine
850 MadeChange |= foldBitcastShuf(I); in run()