Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp5402 llvm::Type *PassTy; in classifyArgumentType() local
5406 PassTy = llvm::Type::getFloatTy(getVMContext()); in classifyArgumentType()
5408 PassTy = llvm::Type::getDoubleTy(getVMContext()); in classifyArgumentType()
5410 PassTy = llvm::IntegerType::get(getVMContext(), Size); in classifyArgumentType()
5411 return ABIArgInfo::getDirect(PassTy); in classifyArgumentType()