Searched refs:CommonElementType (Results 1 – 1 of 1) sorted by relevance
1383 llvm::Type *CommonElementType = in EmitConstantValue() local1389 llvm::ArrayType::get(CommonElementType, NumElements); in EmitConstantValue()1403 CommonElementType = C->getType(); in EmitConstantValue()1404 else if (C->getType() != CommonElementType) in EmitConstantValue()1405 CommonElementType = nullptr; in EmitConstantValue()1409 if (!CommonElementType) { in EmitConstantValue()1420 llvm::ArrayType::get(CommonElementType, NumElements); in EmitConstantValue()