OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCaseType
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcher.h
540
MVT::SimpleValueType
getCaseType
(unsigned i) const { return Cases[i].first; }
[
all
...]
DAGISelMatcherEmitter.cpp
331
OS << getEnumName(cast<SwitchTypeMatcher>(N)->
getCaseType
(i)) << ',';
Completed in 433 milliseconds