Searched refs:ExtRoot (Results 1 – 1 of 1) sorted by relevance
337 struct ExtRoot { struct349 ExtRoot(const MachineOperand &Op);350 bool operator==(const ExtRoot &ER) const { in operator ==() argument353 bool operator!=(const ExtRoot &ER) const { in operator !=() argument356 bool operator<(const ExtRoot &ER) const;359 struct ExtValue : public ExtRoot {364 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue()367 return ExtRoot(*this) == ExtRoot(EV) && Offset == EV.Offset; in operator ==()399 void assignInits(const ExtRoot &ER, unsigned Begin, unsigned End,425 friend raw_ostream &operator<< (raw_ostream &OS, const ExtRoot &ER);[all …]