Searched refs:IsSingleInput (Results 1 – 1 of 1) sorted by relevance
14306 bool IsSingleInput) { in canLowerByDroppingEvenElements() argument14309 int ShuffleModulus = Mask.size() * (IsSingleInput ? 1 : 2); in canLowerByDroppingEvenElements()14598 bool IsSingleInput = V2.isUndef(); in lowerV16I8Shuffle() local14599 if (int NumEvenDrops = canLowerByDroppingEvenElements(Mask, IsSingleInput)) { in lowerV16I8Shuffle()14612 if (!IsSingleInput) in lowerV16I8Shuffle()14617 V2 = IsSingleInput ? V1 : DAG.getBitcast(MVT::v8i16, V2); in lowerV16I8Shuffle()