Lines Matching defs:ExtIndex0
8171 unsigned ExtIndex0 = Op0.getConstantOperandVal(1);
8175 if (ExpectedIndex == ExtIndex0 && ExtIndex1 == ExtIndex0 + 1)
8184 if (ExpectedIndex == ExtIndex1 && ExtIndex0 == ExtIndex1 + 1)
12455 const APInt &ExtIndex0 = N0.getConstantOperandAPInt(1);
12457 if (ExtIndex1 == 0 && ExtIndex0 == NumElts)
12459 else if (ExtIndex0 != 0 || ExtIndex1 != NumElts)