Home | History | Annotate | Download | only in X86

Lines Matching defs:I0

6163     unsigned I0 = cast<ConstantSDNode>(Op0.getOperand(1))->getZExtValue();
6183 if (I0 == ExpectedVExtractIdx)
6184 CanFold = I1 == I0 + 1 && Op0.getOperand(0) == Expected;
6188 CanFold = I0 == I1 + 1 && Op1.getOperand(0) == Expected;
6318 unsigned I0 = cast<ConstantSDNode>(Op0.getOperand(1))->getZExtValue();
6319 if (I0 != i)