Lines Matching defs:Index1
375 unsigned Index1 = Index1C->getZExtValue();
378 if (Index0 == Index1)
386 TTI.getVectorInstrCost(*Ext1, VecTy, CostKind, Index1);
404 if (PreferredExtractIndex == Index1)
408 return Index0 > Index1 ? Ext0 : Ext1;
983 uint64_t Index0 = 0, Index1 = 0;
989 m_ConstantInt(Index1))) &&
997 if (!IsConst0 && !IsConst1 && Index0 != Index1)
1003 VecTy1->getElementCount().getKnownMinValue() <= Index1)
1014 uint64_t Index = IsConst0 ? Index1 : Index0;
1111 uint64_t Index0, Index1;
1113 !match(I1, m_ExtractElt(m_Specific(X), m_ConstantInt(Index1))))
1125 // binop i1 (cmp Pred (ext X, Index0), C0), (cmp Pred (ext X, Index1), C1)
1136 TTI.getVectorInstrCost(*Ext1, VecTy, CostKind, Index1);
1147 // ext (binop vNi1 vcmp, (shuffle vcmp, Index1)), Index0
1148 int CheapIndex = ConvertToShuf == Ext0 ? Index1 : Index0;
1149 int ExpensiveIndex = ConvertToShuf == Ext0 ? Index0 : Index1;
1173 CmpC[Index1] = C1;