Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp607 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument
622 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
624 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
676 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64; in CheckNeonBuiltinFunctionCall() local
680 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
HDSemaType.cpp5981 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local
5984 if (IsPolyUnsigned) { in isPermittedNeonBaseType()