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.cpp355 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument
370 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
372 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
783 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64 || in CheckNeonBuiltinFunctionCall() local
788 IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
H A DSemaType.cpp8090 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local
8094 if (IsPolyUnsigned) { in isPermittedNeonBaseType()