Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1536 bool AllLHS = true, AllRHS = true; in getVectorShuffle() local
1543 AllLHS = false; in getVectorShuffle()
1548 if (AllLHS && AllRHS) in getVectorShuffle()
1550 if (AllLHS && !N2Undef) in getVectorShuffle()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1671 bool AllLHS = true, AllRHS = true; in getVectorShuffle() local
1678 AllLHS = false; in getVectorShuffle()
1683 if (AllLHS && AllRHS) in getVectorShuffle()
1685 if (AllLHS && !N2Undef) in getVectorShuffle()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1736 bool AllLHS = true, AllRHS = true; in getVectorShuffle() local
1743 AllLHS = false; in getVectorShuffle()
1748 if (AllLHS && AllRHS) in getVectorShuffle()
1750 if (AllLHS && !N2Undef) in getVectorShuffle()