Searched refs:CommonElementType (Results 1 – 1 of 1) sorted by relevance
1425 llvm::Type *CommonElementType = in EmitConstantValue() local1431 llvm::ArrayType::get(CommonElementType, NumElements); in EmitConstantValue()1445 CommonElementType = C->getType(); in EmitConstantValue()1446 else if (C->getType() != CommonElementType) in EmitConstantValue()1447 CommonElementType = nullptr; in EmitConstantValue()1451 if (!CommonElementType) { in EmitConstantValue()1462 llvm::ArrayType::get(CommonElementType, NumElements); in EmitConstantValue()