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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2288 CheckValueType(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2395 Result = !::CheckValueType(Table, Index, N, SDISel.getTargetLowering());
2784 if (!::CheckValueType(MatcherTable, MatcherIndex, N, getTargetLowering()))
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h69 CheckValueType, enumerator in enum:llvm::Matcher::KindTy
136 case CheckValueType:
694 : Matcher(CheckValueType), TypeName(type_name) {}
699 return N->getKind() == CheckValueType;

Completed in 169 milliseconds