Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp446 static bool isIntegerLikeType(QualType Ty, ASTContext &Context, in isIntegerLikeType() function
472 return isIntegerLikeType(CT->getElementType(), Context, VMContext); in isIntegerLikeType()
504 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType()
514 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType()
582 if (isIntegerLikeType(RetTy, getContext(), getVMContext())) { in classifyReturnType()