Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp322 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument
337 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
339 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
765 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64 || in CheckNeonBuiltinFunctionCall() local
770 IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
H A DSemaType.cpp8253 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local
8257 if (IsPolyUnsigned) { in isPermittedNeonBaseType()