Lines Matching refs:Idxs
1693 void init(ArrayRef<unsigned> Idxs, const Twine &NameStr);
1700 ArrayRef<unsigned> Idxs,
1704 ArrayRef<unsigned> Idxs,
1716 ArrayRef<unsigned> Idxs,
1720 ExtractValueInst(Agg, Idxs, NameStr, InsertBefore);
1723 ArrayRef<unsigned> Idxs,
1726 return new ExtractValueInst(Agg, Idxs, NameStr, InsertAtEnd);
1733 static Type *getIndexedType(Type *Agg, ArrayRef<unsigned> Idxs);
1772 ArrayRef<unsigned> Idxs,
1775 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
1777 init(Idxs, NameStr);
1780 ArrayRef<unsigned> Idxs,
1783 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
1785 init(Idxs, NameStr);
1801 void init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs,
1809 ArrayRef<unsigned> Idxs,
1813 ArrayRef<unsigned> Idxs,
1832 ArrayRef<unsigned> Idxs,
1835 return new InsertValueInst(Agg, Val, Idxs, NameStr, InsertBefore);
1838 ArrayRef<unsigned> Idxs,
1841 return new InsertValueInst(Agg, Val, Idxs, NameStr, InsertAtEnd);
1900 ArrayRef<unsigned> Idxs,
1906 init(Agg, Val, Idxs, NameStr);
1910 ArrayRef<unsigned> Idxs,
1916 init(Agg, Val, Idxs, NameStr);