Home | History | Annotate | Download | only in IR

Lines Matching defs:getIndices

1148 ArrayRef<unsigned> ConstantExpr::getIndices() const {
1211 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(),
1214 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy);
3006 return InsertValueInst::Create(Ops[0], Ops[1], getIndices());
3008 return ExtractValueInst::Create(Ops[0], getIndices());