Searched refs:EltName (Results 1 – 1 of 1) sorted by relevance
2214 const char *EltName = nullptr; in mangleNeonVectorType() local2219 EltName = "poly8_t"; in mangleNeonVectorType()2223 EltName = "poly16_t"; in mangleNeonVectorType()2226 EltName = "poly64_t"; in mangleNeonVectorType()2232 case BuiltinType::SChar: EltName = "int8_t"; break; in mangleNeonVectorType()2233 case BuiltinType::UChar: EltName = "uint8_t"; break; in mangleNeonVectorType()2234 case BuiltinType::Short: EltName = "int16_t"; break; in mangleNeonVectorType()2235 case BuiltinType::UShort: EltName = "uint16_t"; break; in mangleNeonVectorType()2236 case BuiltinType::Int: EltName = "int32_t"; break; in mangleNeonVectorType()2237 case BuiltinType::UInt: EltName = "uint32_t"; break; in mangleNeonVectorType()[all …]