Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3832 int NewByte; in add() local
3833 if (!getShuffleInput(OpBytes, Byte, BytesPerElement, NewByte)) in add()
3835 if (NewByte < 0) { in add()
3839 Op = Op.getOperand(unsigned(NewByte) / SystemZ::VectorBytes); in add()
3840 Byte = unsigned(NewByte) % SystemZ::VectorBytes; in add()