Home
last modified time | relevance | path

Searched refs:NewByte (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3661 int NewByte; in add() local
3662 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()