Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp2710 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument
2725 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
2727 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
2904 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64 || in CheckNeonBuiltinFunctionCall() local
2909 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
H A DSemaType.cpp7923 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local
7927 if (IsPolyUnsigned) { in isPermittedNeonBaseType()