Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2149 bool AllLHS = true, AllRHS = true; in getVectorShuffle() local
2156 AllLHS = false; in getVectorShuffle()
2161 if (AllLHS && AllRHS) in getVectorShuffle()
2163 if (AllLHS && !N2Undef) in getVectorShuffle()