Searched defs:CheckIntegerMatcher (Results 1 - 2 of 2) sorted by relevance
/external/llvm/utils/TableGen/ | ||
H A D | DAGISelMatcher.h | 557 /// CheckIntegerMatcher - This checks to see if the current node is a 559 class CheckIntegerMatcher : public Matcher { class in namespace:llvm 562 CheckIntegerMatcher(int64_t value) function in class:llvm::CheckIntegerMatcher 574 return cast<CheckIntegerMatcher>(M)->Value == Value; |
/external/swiftshader/third_party/LLVM/utils/TableGen/ | ||
H A D | DAGISelMatcher.h | 580 /// CheckIntegerMatcher - This checks to see if the current node is a 582 class CheckIntegerMatcher : public Matcher { class in namespace:llvm 585 CheckIntegerMatcher(int64_t value) function in class:llvm::CheckIntegerMatcher 599 return cast<CheckIntegerMatcher>(M)->Value == Value; |
Completed in 320 milliseconds