Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp109 bool foldBitcastShuffle(Instruction &I);
697 bool VectorCombine::foldBitcastShuffle(Instruction &I) { in foldBitcastShuffle() function in VectorCombine
2565 MadeChange |= foldBitcastShuffle(I); in run()