Searched refs:IsPolyUnsigned (Results 1 – 2 of 2) sorted by relevance
2050 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument2065 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()2067 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()2244 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64 || in CheckNeonBuiltinFunctionCall() local2249 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
7735 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local7739 if (IsPolyUnsigned) { in isPermittedNeonBaseType()