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

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 65 CheckInteger, // Fail if wrong val.
130 case CheckInteger:
585 : Matcher(CheckInteger), Value(value) {}
590 return N->getKind() == CheckInteger;
    [all...]
DAGISelMatcherEmitter.cpp 366 case Matcher::CheckInteger: {
760 case Matcher::CheckInteger: OS << "OPC_CheckInteger"; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 2787 milliseconds