Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5036 static bool isUsedWithinShuffleVector(Value *V) { in isUsedWithinShuffleVector() function
5040 else if (match(U, m_BitCast(m_Specific(V))) && isUsedWithinShuffleVector(U)) in isUsedWithinShuffleVector()
5103 if (isUsedWithinShuffleVector(&I)) in visitFreeze()