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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h66 CheckInteger, // Fail if wrong val. enumerator in enum:llvm::Matcher::KindTy
124 case CheckInteger:
572 : Matcher(CheckInteger), Value(value) {}
577 return N->getKind() == CheckInteger;
H A DDAGISelMatcherEmitter.cpp538 case Matcher::CheckInteger: {
1018 case Matcher::CheckInteger: return "OPC_CheckInteger"; break;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2577 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2592 return ::CheckInteger(MatcherTable, MatcherIndex, N.getOperand(ChildNo));
2688 Result = !::CheckInteger(Table, Index, N);
3180 if (!::CheckInteger(MatcherTable, MatcherIndex, N)) break;

Completed in 66 milliseconds