Home | History | Annotate | Download | only in IR

Lines Matching defs:End

107   Use *End = Begin + N;
108 (void) new(End) Use::UserRef(const_cast<PHINode*>(this), 1);
109 return Use::initTags(Begin, End);
119 // FIXME: we could just swap with the end of the list, then erase. However,
284 std::copy(Args.begin(), Args.end(), op_begin());
565 std::copy(Args.begin(), Args.end(), op_begin());
1248 std::copy(IdxList.begin(), IdxList.end(), op_begin() + 1);
1570 Indices.append(Idxs.begin(), Idxs.end());
1594 Indices.append(Idxs.begin(), Idxs.end());
3320 /// constructor also autoinserts at the end of the specified BasicBlock.
3370 // Overwrite this case with the end of the list.