Lines Matching defs:BytesInVector
9972 const unsigned BytesInVector = 16;
10006 for (unsigned i = 0; i < BytesInVector; ++i) {
10016 for (unsigned j = 0; j < BytesInVector; ++j) {
10023 (!V2.isUndef() && CurrentElement < BytesInVector) ? BytesInVector : 0;
10041 Swap = CurrentElement < BytesInVector;
10043 InsertAtByte = IsLE ? BytesInVector - (i + 1) : i;
10074 const unsigned BytesInVector = NumHalfWords * 2;
10134 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2;
10147 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2;