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.cpp2206 bool AllLHS = true, AllRHS = true; in getVectorShuffle() local
2215 AllRHS = false; in getVectorShuffle()
2218 if (AllLHS && AllRHS) in getVectorShuffle()
2222 if (AllRHS) { in getVectorShuffle()