Searched refs:IsPolyUnsigned (Results 1 – 2 of 2) sorted by relevance
355 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument370 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()372 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()783 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64 || in CheckNeonBuiltinFunctionCall() local788 IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
8090 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local8094 if (IsPolyUnsigned) { in isPermittedNeonBaseType()