Searched refs:TargetV (Results 1 – 2 of 2) sorted by relevance
7766 SDValue &TargetV = StartIdx < 0 ? Hi : Lo; in lowerVectorShuffleAsByteRotate() local7770 if (!TargetV) in lowerVectorShuffleAsByteRotate()7771 TargetV = MaskV; in lowerVectorShuffleAsByteRotate()7772 else if (TargetV != MaskV) in lowerVectorShuffleAsByteRotate()
9998 SDValue &TargetV = StartIdx < 0 ? Hi : Lo; in matchVectorShuffleAsRotate() local10002 if (!TargetV) in matchVectorShuffleAsRotate()10003 TargetV = MaskV; in matchVectorShuffleAsRotate()10004 else if (TargetV != MaskV) in matchVectorShuffleAsRotate()