Searched refs:EmitStringIntegerMatcher (Results 1 – 4 of 4) sorted by relevance
771 class EmitStringIntegerMatcher : public Matcher {775 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt) in EmitStringIntegerMatcher() function788 return cast<EmitStringIntegerMatcher>(M)->Val == Val && in isEqualImpl()789 cast<EmitStringIntegerMatcher>(M)->VT == VT; in isEqualImpl()
470 const std::string &Val = cast<EmitStringIntegerMatcher>(N)->getValue(); in EmitMatcher()473 << getEnumName(cast<EmitStringIntegerMatcher>(N)->getVT()) << ", " in EmitMatcher()
637 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32)); in EmitResultLeafAsOperand()645 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32)); in EmitResultLeafAsOperand()
232 void EmitStringIntegerMatcher::