Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2164 bool SameNumElts = in getVectorShuffle() local
2172 if (SameNumElts || isNullConstant(Splat)) in getVectorShuffle()
2177 if (AllSame && SameNumElts) { in getVectorShuffle()