Searched refs:ExtRoot (Results 1 – 1 of 1) sorted by relevance
339 struct ExtRoot { struct351 ExtRoot(const MachineOperand &Op);352 bool operator==(const ExtRoot &ER) const { in operator ==() argument355 bool operator!=(const ExtRoot &ER) const { in operator !=() argument358 bool operator<(const ExtRoot &ER) const;361 struct ExtValue : public ExtRoot {366 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue()369 return ExtRoot(*this) == ExtRoot(EV) && Offset == EV.Offset; in operator ==()401 void assignInits(const ExtRoot &ER, unsigned Begin, unsigned End,427 friend raw_ostream &operator<< (raw_ostream &OS, const ExtRoot &ER);[all …]