Lines Matching defs:ExtIndex1
8396 unsigned ExtIndex1 = Op1.getConstantOperandVal(1);
8399 if (ExpectedIndex == ExtIndex0 && ExtIndex1 == ExtIndex0 + 1)
8408 if (ExpectedIndex == ExtIndex1 && ExtIndex0 == ExtIndex1 + 1)
12720 const APInt &ExtIndex1 = N1.getConstantOperandAPInt(1);
12721 if (ExtIndex1 == 0 && ExtIndex0 == NumElts)
12723 else if (ExtIndex0 != 0 || ExtIndex1 != NumElts)