Searched refs:IsPolyUnsigned (Results 1 – 2 of 2) sorted by relevance
322 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument337 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()339 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()765 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64 || in CheckNeonBuiltinFunctionCall() local770 IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
8253 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local8257 if (IsPolyUnsigned) { in isPermittedNeonBaseType()