Home | History | Annotate | Download | only in IR

Lines Matching refs:getIndices

1069 ArrayRef<unsigned> ConstantExpr::getIndices() const {
1132 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices());
1134 return ConstantExpr::getExtractValue(Ops[0], getIndices());
2750 return InsertValueInst::Create(Ops[0], Ops[1], getIndices());
2752 return ExtractValueInst::Create(Ops[0], getIndices());