Home
last modified time | relevance | path

Searched refs:AllRHS (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1278 bool AllLHS = true, AllRHS = true; in getVectorShuffle() local
1287 AllRHS = false; in getVectorShuffle()
1290 if (AllLHS && AllRHS) in getVectorShuffle()
1294 if (AllRHS) { in getVectorShuffle()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1536 bool AllLHS = true, AllRHS = true; in getVectorShuffle() local
1545 AllRHS = false; in getVectorShuffle()
1548 if (AllLHS && AllRHS) in getVectorShuffle()
1552 if (AllRHS) { in getVectorShuffle()