Home
last modified time | relevance | path

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

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