Searched refs:UnpckOp (Results 1 – 1 of 1) sorted by relevance
10914 unsigned UnpckOp = MatchLo ? X86ISD::UNPCKL : X86ISD::UNPCKH; in lowerShuffleAsUNPCKAndPermute() local10915 SDValue Unpck = DAG.getNode(UnpckOp, DL, VT, Ops); in lowerShuffleAsUNPCKAndPermute()