Lines Matching defs:InVec
501 // The 'InVec' argument contains the data in increasing order. In InVec[0] You
504 // VecElems * type / 128. The size of the array 'InVec' depends and equal to
522 static void concatSubVector(Value **Vec, ArrayRef<Instruction *> InVec,
526 Vec[i] = InVec[i];
533 InVec[j * 6 + i], InVec[j * 6 + i + 3], ArrayRef(Concat, 32));
543 ArrayRef<Instruction *> InVec, SmallVectorImpl<Value *> &TransposedMatrix,
569 concatSubVector(Vec, InVec, VecElems, Builder);
626 ArrayRef<Instruction *> InVec, SmallVectorImpl<Value *> &TransposedMatrix,
655 Vec[0] = Builder.CreateShuffleVector(InVec[0], VPAlign2);
656 Vec[1] = Builder.CreateShuffleVector(InVec[1], VPAlign3);
657 Vec[2] = InVec[2];