Searched defs:ExtExpr (Results 1 – 1 of 1) sorted by relevance
271 struct ExtExpr { struct293 Register Rs;294 unsigned S = 0;295 bool Neg = false;298 ExtExpr(Register RS, bool NG, unsigned SH) : Rs(RS), S(SH), Neg(NG) {} in ExtExpr() function300 bool trivial() const { in trivial()303 bool operator==(const ExtExpr &Ex) const { in operator ==()306 bool operator!=(const ExtExpr &Ex) const { in operator !=()309 bool operator<(const ExtExpr &Ex) const { in operator <()