Home | History | Annotate | Download | only in X86

Lines Matching refs:TE

578     bool operator<(const TableEntry &TE) const { return from < TE.from; }
579 friend bool operator<(const TableEntry &TE, unsigned V) {
580 return TE.from < V;
583 const TableEntry &TE) {
584 return V < TE.from;