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

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h612 /// CheckIntegerMatcher - This checks to see if the current node is a
614 class CheckIntegerMatcher : public Matcher { class in namespace:llvm
617 CheckIntegerMatcher(int64_t value) function in class:llvm::CheckIntegerMatcher
631 return cast<CheckIntegerMatcher>(M)->Value == Value;

Completed in 102 milliseconds