Home | History | Annotate | Download | only in IR

Lines Matching defs:getIndices

1074 ArrayRef<unsigned> ConstantExpr::getIndices() const {
1137 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices());
1139 return ConstantExpr::getExtractValue(Ops[0], getIndices());
2768 return InsertValueInst::Create(Ops[0], Ops[1], getIndices());
2770 return ExtractValueInst::Create(Ops[0], getIndices());