Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp1032 auto *PadTy = llvm::ArrayType::get(Int8Ty, CurOff - SizeSoFar); in constStructWithPadding() local
1033 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy)); in constStructWithPadding()
1048 auto *PadTy = llvm::ArrayType::get(Int8Ty, TotalSize - SizeSoFar); in constStructWithPadding() local
1049 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy)); in constStructWithPadding()