Searched refs:IsSingleInput (Results 1 – 1 of 1) sorted by relevance
9404 bool IsSingleInput = isSingleInputShuffleMask(Mask); in canLowerByDroppingEvenElements() local9408 int ShuffleModulus = Mask.size() * (IsSingleInput ? 1 : 2); in canLowerByDroppingEvenElements()9696 bool IsSingleInput = isSingleInputShuffleMask(Mask); in lowerV16I8VectorShuffle() local9708 if (!IsSingleInput) in lowerV16I8VectorShuffle()9713 V2 = IsSingleInput ? V1 : DAG.getNode(ISD::BITCAST, DL, MVT::v8i16, V2); in lowerV16I8VectorShuffle()