OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLegalValueTypes
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenTarget.h
133
ArrayRef<MVT::SimpleValueType>
getLegalValueTypes
() const {
141
ArrayRef<MVT::SimpleValueType> LegalVTs =
getLegalValueTypes
();
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenTarget.h
118
const std::vector<MVT::SimpleValueType> &
getLegalValueTypes
() const {
126
const std::vector<MVT::SimpleValueType> &LegalVTs =
getLegalValueTypes
();
Completed in 111 milliseconds