Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2112 bool AllLHS = true, AllRHS = true; in getVectorShuffle() local
2119 AllLHS = false; in getVectorShuffle()
2124 if (AllLHS && AllRHS) in getVectorShuffle()
2126 if (AllLHS && !N2Undef) in getVectorShuffle()