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