Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp444 static bool isIntegerLikeType(QualType Ty, ASTContext &Context, in isIntegerLikeType() function
470 return isIntegerLikeType(CT->getElementType(), Context, VMContext); in isIntegerLikeType()
502 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType()
512 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType()
580 if (isIntegerLikeType(RetTy, getContext(), getVMContext())) { in classifyReturnType()