Searched refs:Indices1 (Results 1 – 3 of 3) sorted by relevance
36 template<typename ...Args1, int ...Indices1>37 X(tuple<Args1...>, int_tuple<Indices1...>);41 template<typename ...Args1, int ...Indices1>42 X<T>::X(tuple<Args1...>, int_tuple<Indices1...>) {} in X() argument
820 static bool areVarIndicesEqual(SmallVector<VariableGEPIndex, 4> &Indices1, in areVarIndicesEqual() argument822 unsigned Size1 = Indices1.size(); in areVarIndicesEqual()829 if (Indices1[I] != Indices2[I]) in areVarIndicesEqual()
350 SmallVector<Value *, 8> Indices1(GEP1->idx_begin(), GEP1->idx_end()); in isEquivalentGEP() local353 Indices1); in isEquivalentGEP()