Searched refs:GPRBits (Results 1 – 1 of 1) sorted by relevance
4996 static const unsigned GPRBits = 64; member in __anon8ad051810511::PPC64_SVR4_ABIInfo5361 if (Bits > 0 && Bits <= 8 * GPRBits) { in classifyArgumentType()5366 if (Bits <= GPRBits) in classifyArgumentType()5428 if (Kind == ELFv2 && Bits <= 2 * GPRBits) { in classifyReturnType()5433 if (Bits > GPRBits) { in classifyReturnType()5434 CoerceTy = llvm::IntegerType::get(getVMContext(), GPRBits); in classifyReturnType()