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.
132 case CheckInteger:
587 : Matcher(CheckInteger), Value(value) {}
592 return N->getKind() == CheckInteger;
    [all...]
DAGISelMatcherEmitter.cpp 366 case Matcher::CheckInteger: {
759 case Matcher::CheckInteger: OS << "OPC_CheckInteger"; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 567 milliseconds