Lines Matching defs:InputA
29769 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
29771 VectorType *Ty = cast<VectorType>(InputA->getType());
29790 auto *LowerSplitA = B.CreateExtractVector(HalfTy, InputA, B.getInt64(0));
29793 B.CreateExtractVector(HalfTy, InputA, B.getInt64(Stride));
29822 {Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)});
29827 {Mask, Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)});
29837 {Accumulator, InputA, InputB});
29847 {InputA, InputB, B.getInt32((int)Rotation * 90)});
29852 {Mask, InputA, InputB, B.getInt32((int)Rotation * 90)});
29866 return B.CreateIntrinsic(IntId, Ty, {InputA, InputB});
29873 {Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)});