Home
last modified time | relevance | path

Searched refs:AllRHS (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
2158 AllRHS = false; in getVectorShuffle()
2161 if (AllLHS && AllRHS) in getVectorShuffle()
2165 if (AllRHS) { in getVectorShuffle()