Home
last modified time | relevance | path

Searched refs:getDebugifyOperand (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp40 auto getDebugifyOperand = [&](unsigned Idx) -> unsigned { in runOnModule() local
46 unsigned NumLines = getDebugifyOperand(0); in runOnModule()
47 unsigned NumVars = getDebugifyOperand(1); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp686 auto getDebugifyOperand = [&](unsigned Idx) -> unsigned { in checkDebugifyMetadata() local
692 unsigned OriginalNumLines = getDebugifyOperand(0); in checkDebugifyMetadata()
693 unsigned OriginalNumVars = getDebugifyOperand(1); in checkDebugifyMetadata()