Lines Matching defs:IsSingleInput
10573 bool IsSingleInput) {
10576 int ShuffleModulus = Mask.size() * (IsSingleInput ? 1 : 2);
14603 bool IsSingleInput = V2.isUndef();
14604 int NumEvenDrops = canLowerByDroppingElements(Mask, true, IsSingleInput);
14622 if (Subtarget.hasSSSE3() && (IsSingleInput || NumEvenDrops != 1)) {
14701 if (!IsSingleInput)
14707 IsSingleInput ? V1 : V2);
14715 int NumOddDrops = canLowerByDroppingElements(Mask, false, IsSingleInput);
14720 if (!IsSingleInput)
14725 IsSingleInput ? V1 : V2);