Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp6119 llvm::Type *PassTy; in classifyArgumentType() local
6123 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()