Home
last modified time | relevance | path

Searched refs:CommonElementType (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1222 llvm::Type *CommonElementType = in EmitConstantValue() local
1228 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()