Home | History | Annotate | Download | only in AsmPrinter

Lines Matching full:thisbyte

1594       int ThisByte = isRepeatedByteSequence(CA->getOperand(i), TM);
1595 if (ThisByte == -1) return -1;
1596 if (Byte != ThisByte) return -1;