Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprConstant.cpp1425 llvm::Type *CommonElementType = in EmitConstantValue() local
1431 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()