Searched refs:EmitStringIntegerMatcher (Results 1 – 4 of 4) sorted by relevance
856 class EmitStringIntegerMatcher : public Matcher {861 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt) in EmitStringIntegerMatcher() function874 return cast<EmitStringIntegerMatcher>(M)->Val == Val && in isEqualImpl()875 cast<EmitStringIntegerMatcher>(M)->VT == VT; in isEqualImpl()
256 void EmitStringIntegerMatcher::printImpl(raw_ostream &OS, in printImpl()
713 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32)); in EmitResultLeafAsOperand()737 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32)); in EmitResultLeafAsOperand()
778 const std::string &Val = cast<EmitStringIntegerMatcher>(N)->getValue(); in EmitMatcher()779 MVT::SimpleValueType VT = cast<EmitStringIntegerMatcher>(N)->getVT(); in EmitMatcher()