Home | History | Annotate | Download | only in TableGen

Lines Matching refs:EmitIntegerMatcher

767 /// EmitIntegerMatcher - This creates a new TargetConstant.
768 class EmitIntegerMatcher : public Matcher {
772 EmitIntegerMatcher(int64_t val, MVT::SimpleValueType vt)
785 return cast<EmitIntegerMatcher>(M)->Val == Val &&
786 cast<EmitIntegerMatcher>(M)->VT == VT;