Home | History | Annotate | Download | only in VMCore

Lines Matching refs:EVI

1648 ExtractValueInst::ExtractValueInst(const ExtractValueInst &EVI)
1649 : UnaryInstruction(EVI.getType(), ExtractValue, EVI.getOperand(0)),
1650 Indices(EVI.Indices) {
1651 SubclassOptionalData = EVI.SubclassOptionalData;