Searched refs:GPRBits (Results 1 – 1 of 1) sorted by relevance
555 static const unsigned GPRBits = 64; member in __anon0de7a6800311::PPC64_SVR4_ABIInfo811 if (Bits > 0 && Bits <= 8 * GPRBits) { in classifyArgumentType()816 if (Bits <= GPRBits) in classifyArgumentType()878 if (Kind == PPC64_SVR4_ABIKind::ELFv2 && Bits <= 2 * GPRBits) { in classifyReturnType()883 if (Bits > GPRBits) { in classifyReturnType()884 CoerceTy = llvm::IntegerType::get(getVMContext(), GPRBits); in classifyReturnType()