Lines Matching defs:InputA
28513 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
28515 VectorType *Ty = cast<VectorType>(InputA->getType());
28528 auto *LowerSplitA = B.CreateExtractVector(HalfTy, InputA, B.getInt64(0));
28531 B.CreateExtractVector(HalfTy, InputA, B.getInt64(Stride));
28559 {Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)});
28564 {Mask, Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)});
28574 {Accumulator, InputA, InputB});
28584 {InputA, InputB, B.getInt32((int)Rotation * 90)});
28589 {Mask, InputA, InputB, B.getInt32((int)Rotation * 90)});
28603 return B.CreateIntrinsic(IntId, Ty, {InputA, InputB});