Searched refs:TargetV (Results 1 – 2 of 2) sorted by relevance
1195 SDValue &TargetV = StartIdx < 0 ? Hi : Lo; in matchShuffleAsByteRotate() local1199 if (!TargetV) in matchShuffleAsByteRotate()1200 TargetV = MaskV; in matchShuffleAsByteRotate()1201 else if (TargetV != MaskV) in matchShuffleAsByteRotate()
11871 SDValue &TargetV = StartIdx < 0 ? Hi : Lo; in matchShuffleAsElementRotate() local11875 if (!TargetV) in matchShuffleAsElementRotate()11876 TargetV = MaskV; in matchShuffleAsElementRotate()11877 else if (TargetV != MaskV) in matchShuffleAsElementRotate()