Searched refs:NewByte (Results 1 – 1 of 1) sorted by relevance
3661 int NewByte; in add() local3662 if (!getShuffleInput(OpBytes, Byte, BytesPerElement, NewByte)) in add()3664 if (NewByte < 0) { in add()3668 Op = Op.getOperand(unsigned(NewByte) / SystemZ::VectorBytes); in add()3669 Byte = unsigned(NewByte) % SystemZ::VectorBytes; in add()