Home | History | Annotate | Download | only in IR

Lines Matching refs:Indices

176       Indices(IdxList) {
180 /// Indices - These identify which value to extract.
181 const SmallVector<unsigned, 4> Indices;
202 Indices(IdxList) {
207 /// Indices - These identify the position for the insertion.
208 const SmallVector<unsigned, 4> Indices;
326 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
331 SmallVector<unsigned, 4> indices;
337 this->indices == that.indices;
341 indices) <
343 that.subclassoptionaldata, that.indices);
448 V.indices, Ty);
450 return new ExtractValueConstantExpr(V.operands[0], V.indices, Ty);