Searched refs:CheckInteger (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h65 CheckInteger, // Fail if wrong val. enumerator in enum:llvm::Matcher::KindTy
132 case CheckInteger:
587 : Matcher(CheckInteger), Value(value) {}
592 return N->getKind() == CheckInteger;
H A DDAGISelMatcherEmitter.cpp366 case Matcher::CheckInteger: {
760 case Matcher::CheckInteger: OS << "OPC_CheckInteger"; break;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2088 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2172 Result = !::CheckInteger(Table, Index, N);
2542 if (!::CheckInteger(MatcherTable, MatcherIndex, N)) break;

Completed in 131 milliseconds