Home
last modified time | relevance | path

Searched refs:AllLHS (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
1949 AllLHS = false; in getVectorShuffle()
1954 if (AllLHS && AllRHS) in getVectorShuffle()
1956 if (AllLHS && !N2Undef) in getVectorShuffle()