Searched refs:IsPolyUnsigned (Results 1 – 4 of 4) sorted by relevance
1150 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument1165 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() local1223 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
6407 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local6410 if (IsPolyUnsigned) { in isPermittedNeonBaseType()
2023 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument2038 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() local2222 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
7734 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local7738 if (IsPolyUnsigned) { in isPermittedNeonBaseType()