Home | History | Annotate | Download | only in IR

Lines Matching defs:Indices

1054   // The remaining indices must be compile-time known integers within the
1065 // All the indices checked out.
1077 return EVCE->Indices;
1079 return cast<InsertValueConstantExpr>(this)->Indices;
1760 Constant *Indices[2] = { Zero, One };
1761 Constant *GEP = getGetElementPtr(NullPtr, Indices);
1829 assert(Ty && "GEP indices invalid!");
1962 "insertvalue indices invalid!");
1982 assert(ReqTy && "extractvalue indices invalid!");