Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2054 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument
2069 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
2071 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
2248 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64 || in CheckNeonBuiltinFunctionCall() local
2253 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
H A DSemaType.cpp7770 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local
7774 if (IsPolyUnsigned) { in isPermittedNeonBaseType()