HomeSort by relevance Sort by last modified time
    Searched refs:CheckIntegerMatcher (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 180 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))
DAGISelMatcher.h 581 /// CheckIntegerMatcher - This checks to see if the current node is a
583 class CheckIntegerMatcher : public Matcher {
586 CheckIntegerMatcher(int64_t value)
600 return cast<CheckIntegerMatcher>(M)->Value == Value;
    [all...]
DAGISelMatcherEmitter.cpp 368 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS);
DAGISelMatcherGen.cpp 215 return AddMatcher(new CheckIntegerMatcher(II->getValue()));
    [all...]

Completed in 328 milliseconds