Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp76 ++FixedParamNum; in appendParameterType()
83 I < static_cast<int>(FloatingPointParamNum + FixedParamNum - 1); ++I) { in appendParameterType()
H A DPPCMachineFunctionInfo.h124 unsigned FixedParamNum = 0; variable
227 unsigned getFixedParamNum() const { return FixedParamNum; } in getFixedParamNum()