Searched refs:IsPolyUnsigned (Results 1 – 2 of 2) sorted by relevance
2813 bool IsPolyUnsigned, bool IsInt64Long) { in getNeonEltType() argument2828 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()2830 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()3007 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64 || in CheckNeonBuiltinFunctionCall() local3012 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long); in CheckNeonBuiltinFunctionCall()
8024 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || in isPermittedNeonBaseType() local8028 if (IsPolyUnsigned) { in isPermittedNeonBaseType()