Searched defs:getNumDefs (Results 1 - 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/MC/ | ||
H A D | MCInstrDesc.h | 179 /// getNumDefs - Return the number of MachineOperands that are register 183 unsigned getNumDefs() const { function in class:llvm::MCInstrDesc |
/external/llvm/include/llvm/MC/ | ||
H A D | MCInstrDesc.h | 191 unsigned getNumDefs() const { return NumDefs; } function in class:llvm::MCInstrDesc |
Completed in 412 milliseconds