Home
last modified time | relevance | path

Searched refs:SuccessorProxy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
DInstrTypes.h120 class SuccessorProxy {
124 explicit SuccessorProxy(const Self &it) : it(it) {} in SuccessorProxy() function
126 SuccessorProxy(const SuccessorProxy &) = default;
128 SuccessorProxy &operator=(SuccessorProxy r) {
133 SuccessorProxy &operator=(reference r) {
236 inline SuccessorProxy operator[](int offset) {
239 return SuccessorProxy(tmp);