Searched refs:PassTy (Results 1 – 2 of 2) sorted by relevance
6119 llvm::Type *PassTy; in classifyArgumentType() local6123 PassTy = llvm::Type::getFloatTy(getVMContext()); in classifyArgumentType()6125 PassTy = llvm::Type::getDoubleTy(getVMContext()); in classifyArgumentType()6127 PassTy = llvm::IntegerType::get(getVMContext(), Size); in classifyArgumentType()6128 return ABIArgInfo::getDirect(PassTy); in classifyArgumentType()
7515 llvm::Type *PassTy; in classifyArgumentType() local7519 PassTy = llvm::Type::getFloatTy(getVMContext()); in classifyArgumentType()7521 PassTy = llvm::Type::getDoubleTy(getVMContext()); in classifyArgumentType()7523 PassTy = llvm::IntegerType::get(getVMContext(), Size); in classifyArgumentType()7524 return ABIArgInfo::getDirect(PassTy); in classifyArgumentType()