Home | History | Annotate | Download | only in ARM

Lines Matching full:numbytes

2109     unsigned NumBytes = NumVecs * VT.getVectorElementType().getSizeInBits()/8;
2110 if (Alignment > NumBytes)
2111 Alignment = NumBytes;
2112 if (Alignment < 8 && Alignment < NumBytes)
2222 unsigned NumBytes = NumVecs * VT.getVectorElementType().getSizeInBits()/8;
2223 if (Alignment > NumBytes)
2224 Alignment = NumBytes;
2225 if (Alignment < 8 && Alignment < NumBytes)