Searched defs:CheckInteger (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2412 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2427 return ::CheckInteger(MatcherTable, MatcherIndex, N.getOperand(ChildNo));
2514 Result = !::CheckInteger(Table, Index, N);
2950 if (!::CheckInteger(MatcherTable, MatcherIndex, N)) break;
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h67 CheckInteger, // Fail if wrong val. enumerator in enum:llvm::Matcher::KindTy
134 case CheckInteger:
618 : Matcher(CheckInteger), Value(value) {}
623 return N->getKind() == CheckInteger;

Completed in 108 milliseconds