Searched refs:ExtRoot (Results 1 – 1 of 1) sorted by relevance
326 struct ExtRoot { struct338 ExtRoot(const MachineOperand &Op);339 bool operator==(const ExtRoot &ER) const { in operator ==() argument342 bool operator!=(const ExtRoot &ER) const { in operator !=() argument345 bool operator<(const ExtRoot &ER) const;348 struct ExtValue : public ExtRoot {353 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue()356 return ExtRoot(*this) == ExtRoot(EV) && Offset == EV.Offset; in operator ==()388 void assignInits(const ExtRoot &ER, unsigned Begin, unsigned End,414 friend raw_ostream &operator<< (raw_ostream &OS, const ExtRoot &ER);[all …]