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.cpp4598 static bool isUsedWithinShuffleVector(Value *V) { in isUsedWithinShuffleVector() function
4602 else if (match(U, m_BitCast(m_Specific(V))) && isUsedWithinShuffleVector(U)) in isUsedWithinShuffleVector()
4661 if (isUsedWithinShuffleVector(&I)) in visitFreeze()