Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp397 llvm::Type *CommonElementType, uint64_t ArrayBound,
970 llvm::Type *CommonElementType, uint64_t ArrayBound, in EmitArrayConstant() argument
993 if (CommonElementType && NonzeroLength >= 8) { in EmitArrayConstant()
995 llvm::ArrayType::get(CommonElementType, NonzeroLength), in EmitArrayConstant()
1004 CommonElementType ? CommonElementType : DesiredType->getElementType(); in EmitArrayConstant()
1007 CommonElementType = nullptr; in EmitArrayConstant()
1011 if (Filler->getType() != CommonElementType) in EmitArrayConstant()
1012 CommonElementType = nullptr; in EmitArrayConstant()
1016 if (CommonElementType) in EmitArrayConstant()
1018 llvm::ArrayType::get(CommonElementType, ArrayBound), Elements); in EmitArrayConstant()
[all …]