Lines Matching defs:VecSize
7006 const unsigned VecSize = 16;
7007 const Align VecAlign(VecSize);
7019 const unsigned Offset = State.AllocateStack(VecSize, VecAlign);
7045 for (unsigned I = 0; I != VecSize; I += PtrSize)
7047 State.AllocateStack(VecSize, VecAlign);
7051 const unsigned Offset = State.AllocateStack(VecSize, VecAlign);
7058 const unsigned Offset = State.AllocateStack(VecSize, VecAlign);
7067 const unsigned Offset = State.AllocateStack(VecSize, VecAlign);
7085 const unsigned Offset = State.AllocateStack(VecSize, VecAlign);
7088 for (unsigned I = 0; I != VecSize; I += PtrSize) {