Home | History | Annotate | Download | only in ARM

Lines Matching defs:NumBytes

2032     unsigned NumBytes = NumVecs * VT.getVectorElementType().getSizeInBits()/8;
2033 if (Alignment > NumBytes)
2034 Alignment = NumBytes;
2035 if (Alignment < 8 && Alignment < NumBytes)
2145 unsigned NumBytes = NumVecs * VT.getVectorElementType().getSizeInBits()/8;
2146 if (Alignment > NumBytes)
2147 Alignment = NumBytes;
2148 if (Alignment < 8 && Alignment < NumBytes)