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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1337 // commuteShuffle - swaps the values of N1 and N2, and swaps all indices in
1340 static void commuteShuffle(SDValue &N1, SDValue &N2, SmallVectorImpl<int> &M) { function
1378 commuteShuffle(N1, N2, MaskVec);
1400 commuteShuffle(N1, N2, MaskVec);

Completed in 95 milliseconds