Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprConstant.cpp1383 llvm::Type *CommonElementType = in EmitConstantValue() local
1389 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()