Home | History | Annotate | Download | only in TableGen

Lines Matching refs:DiffOp

57     unsigned DiffOp = Insts[i-1].MatchesAllButOneOp(FirstInst);
58 if (DiffOp != ~1U) {
60 DifferingOperand = DiffOp;
64 if (DifferingOperand == DiffOp || DiffOp == ~0U) {