Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp988 unsigned MaxOperand) { in substituteDebugValuesForInst() argument
999 MaxOperand = std::min(MaxOperand, Old.getNumOperands()); in substituteDebugValuesForInst()
1000 for (unsigned int I = 0; I < MaxOperand; ++I) { in substituteDebugValuesForInst()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h539 unsigned MaxOperand = UINT_MAX);