Lines Matching refs:Indices
164 Indices(IdxList) {
168 /// Indices - These identify which value to extract.
169 const SmallVector<unsigned, 4> Indices;
189 Indices(IdxList) {
194 /// Indices - These identify the position for the insertion.
195 const SmallVector<unsigned, 4> Indices;
310 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
315 SmallVector<unsigned, 4> indices;
321 this->indices == that.indices;
330 if (this->indices != that.indices) return this->indices < that.indices;
431 V.indices, Ty);
433 return new ExtractValueConstantExpr(V.operands[0], V.indices, Ty);