Home | History | Annotate | Download | only in IR

Lines Matching refs:getIndices

1112 ArrayRef<unsigned> ConstantExpr::getIndices() const {
1176 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices());
1178 return ConstantExpr::getExtractValue(Ops[0], getIndices());
2856 return InsertValueInst::Create(Ops[0], Ops[1], getIndices());
2858 return ExtractValueInst::Create(Ops[0], getIndices());