Searched refs:VecSizeInBits (Results 1 – 1 of 1) sorted by relevance
3988 unsigned VecSizeInBits = getASTContext().getTypeInfo(T).Width; in mangleAArch64FixedSveVectorType() local3991 VecSizeInBits *= 8; in mangleAArch64FixedSveVectorType()3994 << VecSizeInBits << "EE"; in mangleAArch64FixedSveVectorType()4059 unsigned VecSizeInBits = getASTContext().getTypeInfo(T).Width; in mangleRISCVFixedRVVVectorType() local4068 if (VecSizeInBits >= VLen) in mangleRISCVFixedRVVVectorType()4069 TypeNameOS << (VecSizeInBits / VLen); in mangleRISCVFixedRVVVectorType()4071 TypeNameOS << 'f' << (VLen / VecSizeInBits); in mangleRISCVFixedRVVVectorType()4073 TypeNameOS << (VLen / VecSizeInBits); in mangleRISCVFixedRVVVectorType()4078 << VecSizeInBits << "EE"; in mangleRISCVFixedRVVVectorType()