Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Operator

138     bool operator!=(const TypeSet &RHS) const { return TypeVec != RHS.TypeVec; }
139 bool operator==(const TypeSet &RHS) const { return TypeVec == RHS.TypeVec; }
272 bool operator==(const TreePredicateFn &RHS) const {
276 bool operator!=(const TreePredicateFn &RHS) const { return !(*this == RHS); }
303 /// Operator - The Record for the operator if this is an interior node (not
305 Record *Operator;
327 : Operator(Op), Val(0), TransformFn(0), Children(Ch) {
331 : Operator(0), Val(val), TransformFn(0) {
362 Record *getOperator() const { assert(!isLeaf()); return Operator; }
482 inline raw_ostream &operator<<(raw_ostream &OS, const TreePatternNode &TPN) {
665 bool operator()(const Record *LHS, const Record *RHS) const;