Home | History | Annotate | Download | only in IR

Lines Matching refs:Idxs

2319                           ArrayRef<unsigned> Idxs,
2323 ArrayRef<unsigned> Idxs,
2326 void init(ArrayRef<unsigned> Idxs, const Twine &NameStr);
2336 ArrayRef<unsigned> Idxs,
2340 ExtractValueInst(Agg, Idxs, NameStr, InsertBefore);
2344 ArrayRef<unsigned> Idxs,
2347 return new ExtractValueInst(Agg, Idxs, NameStr, InsertAtEnd);
2354 static Type *getIndexedType(Type *Agg, ArrayRef<unsigned> Idxs);
2396 ArrayRef<unsigned> Idxs,
2399 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
2401 init(Idxs, NameStr);
2405 ArrayRef<unsigned> Idxs,
2408 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
2410 init(Idxs, NameStr);
2430 ArrayRef<unsigned> Idxs,
2434 ArrayRef<unsigned> Idxs,
2445 void init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs,
2461 ArrayRef<unsigned> Idxs,
2464 return new InsertValueInst(Agg, Val, Idxs, NameStr, InsertBefore);
2468 ArrayRef<unsigned> Idxs,
2471 return new InsertValueInst(Agg, Val, Idxs, NameStr, InsertAtEnd);
2533 ArrayRef<unsigned> Idxs,
2539 init(Agg, Val, Idxs, NameStr);
2544 ArrayRef<unsigned> Idxs,
2550 init(Agg, Val, Idxs, NameStr);