Home | History | Annotate | Download | only in IR

Lines Matching refs:Idxs

2318                           ArrayRef<unsigned> Idxs,
2322 ArrayRef<unsigned> Idxs,
2325 void init(ArrayRef<unsigned> Idxs, const Twine &NameStr);
2335 ArrayRef<unsigned> Idxs,
2339 ExtractValueInst(Agg, Idxs, NameStr, InsertBefore);
2343 ArrayRef<unsigned> Idxs,
2346 return new ExtractValueInst(Agg, Idxs, NameStr, InsertAtEnd);
2353 static Type *getIndexedType(Type *Agg, ArrayRef<unsigned> Idxs);
2395 ArrayRef<unsigned> Idxs,
2398 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
2400 init(Idxs, NameStr);
2404 ArrayRef<unsigned> Idxs,
2407 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
2409 init(Idxs, NameStr);
2429 ArrayRef<unsigned> Idxs,
2433 ArrayRef<unsigned> Idxs,
2444 void init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs,
2460 ArrayRef<unsigned> Idxs,
2463 return new InsertValueInst(Agg, Val, Idxs, NameStr, InsertBefore);
2467 ArrayRef<unsigned> Idxs,
2470 return new InsertValueInst(Agg, Val, Idxs, NameStr, InsertAtEnd);
2532 ArrayRef<unsigned> Idxs,
2538 init(Agg, Val, Idxs, NameStr);
2543 ArrayRef<unsigned> Idxs,
2549 init(Agg, Val, Idxs, NameStr);