Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp954 unsigned MaxOperand) { in substituteDebugValuesForInst() argument
965 MaxOperand = std::min(MaxOperand, Old.getNumOperands()); in substituteDebugValuesForInst()
966 for (unsigned int I = 0; I < MaxOperand; ++I) { in substituteDebugValuesForInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h592 unsigned MaxOperand = UINT_MAX);