Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp2813 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument
2828 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
2830 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
3007 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64 || in CheckNeonBuiltinFunctionCall() local
3012 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
H A DSemaType.cpp8024 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local
8028 if (IsPolyUnsigned) { in isPermittedNeonBaseType()