Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp69 uint32_t CopyParamType = ParameterType; in appendParameterType() local
84 if (CopyParamType & XCOFF::TracebackTable::ParmTypeIsFloatingBit) { in appendParameterType()
87 CopyParamType <<= 2; in appendParameterType()
91 CopyParamType <<= 1; in appendParameterType()