Searched refs:CommonElementType (Results 1 – 1 of 1) sorted by relevance
404 llvm::Type *CommonElementType, uint64_t ArrayBound,1056 llvm::Type *CommonElementType, uint64_t ArrayBound, in EmitArrayConstant() argument1079 if (CommonElementType && NonzeroLength >= 8) { in EmitArrayConstant()1081 llvm::ArrayType::get(CommonElementType, NonzeroLength), in EmitArrayConstant()1090 CommonElementType ? CommonElementType : DesiredType->getElementType(); in EmitArrayConstant()1093 CommonElementType = nullptr; in EmitArrayConstant()1097 if (Filler->getType() != CommonElementType) in EmitArrayConstant()1098 CommonElementType = nullptr; in EmitArrayConstant()1102 if (CommonElementType) in EmitArrayConstant()1104 llvm::ArrayType::get(CommonElementType, ArrayBound), Elements); in EmitArrayConstant()[all …]