Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Operator

156   bool operator==(const Type &Other) const { return str() == Other.str(); }
157 bool operator!=(const Type &Other) const { return !operator==(Other); }
408 bool operator<(const Intrinsic &Other) const {
1564 class LowHalf : public SetTheory::Operator {
1575 class HighHalf : public SetTheory::Operator {
1586 class Rev : public SetTheory::Operator {