Lines Matching defs:BytesInVector
9830 const unsigned BytesInVector = 16;
9864 for (unsigned i = 0; i < BytesInVector; ++i) {
9874 for (unsigned j = 0; j < BytesInVector; ++j) {
9881 (!V2.isUndef() && CurrentElement < BytesInVector) ? BytesInVector : 0;
9899 Swap = CurrentElement < BytesInVector;
9901 InsertAtByte = IsLE ? BytesInVector - (i + 1) : i;
9932 const unsigned BytesInVector = NumHalfWords * 2;
9992 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2;
10005 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2;