Searched defs:ExtRoot (Results 1 – 1 of 1) sorted by relevance
337 struct ExtRoot { struct338 union {345 } V;346 unsigned Kind; // Same as in MachineOperand.347 unsigned char TF; // TargetFlags.350 bool operator==(const ExtRoot &ER) const { in operator ==()353 bool operator!=(const ExtRoot &ER) const { in operator !=()695 HCE::ExtRoot::ExtRoot(const MachineOperand &Op) { in ExtRoot() function in HCE::ExtRoot