Searched refs:IsPolyUnsigned (Results 1 – 2 of 2) sorted by relevance
2054 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument2069 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()2071 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()2248 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64 || in CheckNeonBuiltinFunctionCall() local2253 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
7770 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local7774 if (IsPolyUnsigned) { in isPermittedNeonBaseType()