Home | History | Annotate | Download | only in IR

Lines Matching refs:ExtractValueInst

1670   assert(ExtractValueInst::getIndexedType(Agg->getType(), Idxs) ==
1689 // ExtractValueInst Class
1692 void ExtractValueInst::init(ArrayRef<unsigned> Idxs, const Twine &Name) {
1697 assert(Idxs.size() > 0 && "ExtractValueInst must have at least one index");
1703 ExtractValueInst::ExtractValueInst(const ExtractValueInst &EVI)
1715 Type *ExtractValueInst::getIndexedType(Type *Agg,
3577 ExtractValueInst *ExtractValueInst::clone_impl() const {
3578 return new ExtractValueInst(*this);