Lines Matching defs:InputB
29769 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
29791 auto *LowerSplitB = B.CreateExtractVector(HalfTy, InputB, B.getInt64(0));
29795 B.CreateExtractVector(HalfTy, InputB, 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)});