Searched defs:ExtExpr (Results 1 – 1 of 1) sorted by relevance
269 struct ExtExpr { struct291 Register Rs;292 unsigned S = 0;293 bool Neg = false;296 ExtExpr(Register RS, bool NG, unsigned SH) : Rs(RS), S(SH), Neg(NG) {} in ExtExpr() argument298 bool trivial() const { in trivial()301 bool operator==(const ExtExpr &Ex) const { in operator ==()304 bool operator!=(const ExtExpr &Ex) const { in operator !=()307 bool operator<(const ExtExpr &Ex) const { in operator <()