Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp470 return Size <= 32 ? ABIArgInfo::getNoExtend(PassTy) in classifyArgumentType()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h192 static ABIArgInfo getNoExtend(llvm::IntegerType *T) { in getNoExtend() function