reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
538 assert(Ops.size() == Indices.size() && "incompatible args"); 540 assert(std::is_sorted(Indices.begin(), Indices.end()) && 540 assert(std::is_sorted(Indices.begin(), Indices.end()) && 553 if (getMRI()->getType(Ops[i]) != OpTy || Indices[i] != i * OpSize) { 571 buildInsert(ResOut, ResIn, Ops[i], Indices[i]);