Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp118 bool foldShuffleToIdentity(Instruction &I);
1837 bool VectorCombine::foldShuffleToIdentity(Instruction &I) { in foldShuffleToIdentity() function in VectorCombine
2562 MadeChange |= foldShuffleToIdentity(I); in run()