Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:intSize

300   CharUnits ptrSize, ptrAlign, intSize, intAlign;
302 llvm::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy);
305 assert(intSize <= ptrSize && "layout assumptions horribly violated");
308 if (2 * intSize < ptrAlign) headerSize += ptrSize;
309 else headerSize += 2 * intSize;