Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprConstant.cpp951 auto *FillerType = in EmitArrayConstant() local
953 FillerType = llvm::ArrayType::get(FillerType, TrailingZeroes); in EmitArrayConstant()
954 Elements.back() = llvm::ConstantAggregateZero::get(FillerType); in EmitArrayConstant()