Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp938 unsigned MaxOperand) { in substituteDebugValuesForInst() argument
949 MaxOperand = std::min(MaxOperand, Old.getNumOperands()); in substituteDebugValuesForInst()
950 for (unsigned int I = 0; I < MaxOperand; ++I) { in substituteDebugValuesForInst()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h548 unsigned MaxOperand = UINT_MAX);