Home | History | Annotate | Download | only in IR

Lines Matching defs:Indices

173       Indices(IdxList) {
177 /// Indices - These identify which value to extract.
178 const SmallVector<unsigned, 4> Indices;
199 Indices(IdxList) {
204 /// Indices - These identify the position for the insertion.
205 const SmallVector<unsigned, 4> Indices;
323 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
328 SmallVector<unsigned, 4> indices;
334 this->indices == that.indices;
343 if (this->indices != that.indices) return this->indices < that.indices;
456 V.indices, Ty);
458 return new ExtractValueConstantExpr(V.operands[0], V.indices, Ty);