Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ExtractValueInst

2002 Instruction *InstCombiner::visitExtractValueInst(ExtractValueInst &EV) {
2014 return ExtractValueInst::Create(C2, EV.getIndices().slice(1));
2035 return ExtractValueInst::Create(IV->getAggregateOperand(),
2067 return ExtractValueInst::Create(IV->getInsertedValueOperand(),
2129 for (ExtractValueInst::idx_iterator I = EV.idx_begin(), E = EV.idx_end();