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 64 CheckInteger, // Fail if wrong val.
131 case CheckInteger:
586 : Matcher(CheckInteger), Value(value) {}
591 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 18 milliseconds