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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.cpp180 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
404 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const {
405 if (const CheckIntegerMatcher *CIM = dyn_cast<CheckIntegerMatcher>(M))
H A DDAGISelMatcher.h581 /// CheckIntegerMatcher - This checks to see if the current node is a
583 class CheckIntegerMatcher : public Matcher { class in namespace:llvm
586 CheckIntegerMatcher(int64_t value) function in class:llvm::CheckIntegerMatcher
600 return cast<CheckIntegerMatcher>(M)->Value == Value;
H A DDAGISelMatcherEmitter.cpp368 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS);
H A DDAGISelMatcherGen.cpp215 return AddMatcher(new CheckIntegerMatcher(II->getValue()));

Completed in 209 milliseconds