Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1942 bool AllLHS = true, AllRHS = true; in getVectorShuffle() local
1951 AllRHS = false; in getVectorShuffle()
1954 if (AllLHS && AllRHS) in getVectorShuffle()
1958 if (AllRHS) { in getVectorShuffle()