Searched refs:EleSize (Results 1 – 2 of 2) sorted by relevance
469 uint32_t EleSize = ArgType->getScalarSizeInBits(); in lowerPrintfForGpu() local470 uint32_t TotalSize = EleCount * EleSize; in lowerPrintfForGpu()477 TotalSize += EleSize; in lowerPrintfForGpu()479 switch (EleSize) { in lowerPrintfForGpu()
102 CharUnits EleSize = Ctx.getTypeSizeInChars(VLALast->getElementType()); in checkVLA() local104 SVB.makeIntVal(EleSize.getQuantity(), SizeTy).castAs<NonLoc>(); in checkVLA()