Searched defs:ExtRoot (Results 1 – 1 of 1) sorted by relevance
339 struct ExtRoot { struct340 union {347 } V;348 unsigned Kind; // Same as in MachineOperand.349 unsigned char TF; // TargetFlags.352 bool operator==(const ExtRoot &ER) const { in operator ==()355 bool operator!=(const ExtRoot &ER) const { in operator !=()697 HCE::ExtRoot::ExtRoot(const MachineOperand &Op) { in ExtRoot() function in HCE::ExtRoot