Searched refs:GPRBits (Results 1 – 1 of 1) sorted by relevance
3887 static const unsigned GPRBits = 64; member in __anonbc557ed20411::PPC64_SVR4_ABIInfo4250 if (Bits > 0 && Bits <= 8 * GPRBits) { in classifyArgumentType()4255 if (Bits <= GPRBits) in classifyArgumentType()4313 if (Kind == ELFv2 && Bits <= 2 * GPRBits) { in classifyReturnType()4318 if (Bits > GPRBits) { in classifyReturnType()4319 CoerceTy = llvm::IntegerType::get(getVMContext(), GPRBits); in classifyReturnType()