Searched refs:NewByte (Results 1 – 1 of 1) sorted by relevance
4511 int NewByte; in add() local4512 if (!getShuffleInput(OpBytes, Byte, BytesPerElement, NewByte)) in add()4514 if (NewByte < 0) { in add()4518 Op = Op.getOperand(unsigned(NewByte) / SystemZ::VectorBytes); in add()4519 Byte = unsigned(NewByte) % SystemZ::VectorBytes; in add()