Lines Matching defs:InVec
498 // The 'InVec' argument contains the data in increasing order. In InVec[0] You
501 // VecElems * type / 128. The size of the array 'InVec' depends and equal to
519 static void concatSubVector(Value **Vec, ArrayRef<Instruction *> InVec,
523 Vec[i] = InVec[i];
530 InVec[j * 6 + i], InVec[j * 6 + i + 3], ArrayRef(Concat, 32));
540 ArrayRef<Instruction *> InVec, SmallVectorImpl<Value *> &TransposedMatrix,
566 concatSubVector(Vec, InVec, VecElems, Builder);
623 ArrayRef<Instruction *> InVec, SmallVectorImpl<Value *> &TransposedMatrix,
652 Vec[0] = Builder.CreateShuffleVector(InVec[0], VPAlign2);
653 Vec[1] = Builder.CreateShuffleVector(InVec[1], VPAlign3);
654 Vec[2] = InVec[2];