Home | History | Annotate | Download | only in TableGen

Lines Matching refs:EmitStringIntegerMatcher

791 /// EmitStringIntegerMatcher - A target constant whose value is represented
793 class EmitStringIntegerMatcher : public Matcher {
797 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt)
810 return cast<EmitStringIntegerMatcher>(M)->Val == Val &&
811 cast<EmitStringIntegerMatcher>(M)->VT == VT;