Home | History | Annotate | Download | only in X86

Lines Matching refs:TE

576     bool operator<(const TableEntry &TE) const { return from < TE.from; }
577 friend bool operator<(const TableEntry &TE, unsigned V) {
578 return TE.from < V;
581 const TableEntry &TE) {
582 return V < TE.from;