Lines Matching refs:IdxList
170 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList,
173 Indices(IdxList.begin(), IdxList.end()) {
203 ArrayRef<unsigned> IdxList, Type *DestTy)
205 Indices(IdxList.begin(), IdxList.end()) {
230 ArrayRef<Constant *> IdxList, Type *DestTy);
234 ArrayRef<Constant*> IdxList,
239 IdxList, DestTy, Flags);
242 ArrayRef<Constant *> IdxList,
244 GetElementPtrConstantExpr *Result = new (IdxList.size() + 1)
245 GetElementPtrConstantExpr(SrcElementTy, C, IdxList, DestTy);