Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp1150 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument
1165 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
1167 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
1219 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64; in CheckNeonBuiltinFunctionCall() local
1223 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
DSemaType.cpp6407 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local
6410 if (IsPolyUnsigned) { in isPermittedNeonBaseType()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp2023 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument
2038 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
2040 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
2217 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64 || in CheckNeonBuiltinFunctionCall() local
2222 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
DSemaType.cpp7734 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local
7738 if (IsPolyUnsigned) { in isPermittedNeonBaseType()