Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp448 llvm::Type *PassTy; in classifyArgumentType() local
452 PassTy = llvm::Type::getFloatTy(getVMContext()); in classifyArgumentType()
454 PassTy = llvm::Type::getDoubleTy(getVMContext()); in classifyArgumentType()
456 PassTy = llvm::IntegerType::get(getVMContext(), Size); in classifyArgumentType()
457 return ABIArgInfo::getDirect(PassTy); in classifyArgumentType()