Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Op1Idx

2315     unsigned Op1Idx = 1;
2316 if (BinOp->getOperand(Op1Idx) == Op0) {
2317 Op1Idx = 0;
2320 if (BinOp->getOperand(Op1Idx) != Op1)