Searched refs:CommonElementType (Results 1 – 1 of 1) sorted by relevance
1222 llvm::Type *CommonElementType = in EmitConstantValue() local1228 llvm::ArrayType::get(CommonElementType, NumElements); in EmitConstantValue()1242 CommonElementType = C->getType(); in EmitConstantValue()1243 else if (C->getType() != CommonElementType) in EmitConstantValue()1244 CommonElementType = nullptr; in EmitConstantValue()1248 if (!CommonElementType) { in EmitConstantValue()1259 llvm::ArrayType::get(CommonElementType, NumElements); in EmitConstantValue()