Home
last modified time | relevance | path

Searched defs:ExtExpr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp271 struct ExtExpr { struct
293 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() function
300 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 <()