Home
last modified time | relevance | path

Searched refs:AllLHS (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
1285 AllLHS = false; in getVectorShuffle()
1290 if (AllLHS && AllRHS) in getVectorShuffle()
1292 if (AllLHS && !N2Undef) in getVectorShuffle()
/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()