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.cpp2206 bool AllLHS = true, AllRHS = true; in getVectorShuffle() local
2213 AllLHS = false; in getVectorShuffle()
2218 if (AllLHS && AllRHS) in getVectorShuffle()
2220 if (AllLHS && !N2Undef) in getVectorShuffle()