Searched defs:CstrBroadcastableIntent (Results 1 – 1 of 1) sorted by relevance
74 struct CstrBroadcastableIntent { struct75 explicit CstrBroadcastableIntent(Location loc) : loc(loc) {} in CstrBroadcastableIntent() function78 inline bool operator<(const CstrBroadcastableIntent &rhs) const { in operator <()85 inline bool operator>(const CstrBroadcastableIntent &rhs) const { in operator >()88 inline bool operator<=(const CstrBroadcastableIntent &rhs) const { in operator <=()91 inline bool operator>=(const CstrBroadcastableIntent &rhs) const { in operator >=()95 inline bool operator==(const CstrBroadcastableIntent &rhs) const { in operator ==()98 inline bool operator!=(const CstrBroadcastableIntent &rhs) const { in operator !=()102 Location loc;103 SmallVector<CstrBroadcastableOperand> operands;