Home
last modified time | relevance | path

Searched defs:getNumDefs (Results 1 – 2 of 2) sorted by path

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h234 unsigned getNumDefs() const { return getNumOperands() - 1; } in getNumDefs() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h248 unsigned getNumDefs() const { return NumDefs; } in getNumDefs() function