Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp469 uint32_t EleSize = ArgType->getScalarSizeInBits(); in lowerPrintfForGpu() local
470 uint32_t TotalSize = EleCount * EleSize; in lowerPrintfForGpu()
477 TotalSize += EleSize; in lowerPrintfForGpu()
479 switch (EleSize) { in lowerPrintfForGpu()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp102 CharUnits EleSize = Ctx.getTypeSizeInChars(VLALast->getElementType()); in checkVLA() local
104 SVB.makeIntVal(EleSize.getQuantity(), SizeTy).castAs<NonLoc>(); in checkVLA()