Home | History | Annotate | Download | only in IR

Lines Matching defs:ExtractValueInst

1657   assert(ExtractValueInst::getIndexedType(Agg->getType(), Idxs) ==
1676 // ExtractValueInst Class
1679 void ExtractValueInst::init(ArrayRef<unsigned> Idxs, const Twine &Name) {
1684 assert(Idxs.size() > 0 && "ExtractValueInst must have at least one index");
1690 ExtractValueInst::ExtractValueInst(const ExtractValueInst &EVI)
1702 Type *ExtractValueInst::getIndexedType(Type *Agg,
3400 ExtractValueInst *ExtractValueInst::clone_impl() const {
3401 return new ExtractValueInst(*this);