Lines Matching defs:IsSingleInput
10313 bool IsSingleInput) {
10316 int ShuffleModulus = Mask.size() * (IsSingleInput ? 1 : 2);
14318 bool IsSingleInput = V2.isUndef();
14319 int NumEvenDrops = canLowerByDroppingElements(Mask, true, IsSingleInput);
14337 if (Subtarget.hasSSSE3() && (IsSingleInput || NumEvenDrops != 1)) {
14416 if (!IsSingleInput)
14422 IsSingleInput ? V1 : V2);
14430 int NumOddDrops = canLowerByDroppingElements(Mask, false, IsSingleInput);
14435 if (!IsSingleInput)
14440 IsSingleInput ? V1 : V2);