Home | History | Annotate | Download | only in src

Lines Matching refs:iteratorToInst

1195 inline Inst *iteratorToInst(InstList::iterator Iter) { return &*Iter; }
1197 inline const Inst *iteratorToInst(InstList::const_iterator Iter) {