Searched defs:EmitStringIntegerMatcher (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h851 /// EmitStringIntegerMatcher - A target constant whose value is represented
853 class EmitStringIntegerMatcher : public Matcher { class in namespace:llvm
857 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt) function in class:llvm::EmitStringIntegerMatcher
870 return cast<EmitStringIntegerMatcher>(M)->Val == Val &&
871 cast<EmitStringIntegerMatcher>(M)->VT == VT;

Completed in 140 milliseconds