Searched defs:commuteShuffle (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1465 // commuteShuffle - swaps the values of N1 and N2, and swaps all indices in
1468 static void commuteShuffle(SDValue &N1, SDValue &N2, SmallVectorImpl<int> &M) { function
1506 commuteShuffle(N1, N2, MaskVec);
1528 commuteShuffle(N1, N2, MaskVec);

Completed in 68 milliseconds