Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:intSize

253   CharUnits ptrSize, ptrAlign, intSize, intAlign;
255 llvm::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy);
258 assert(intSize <= ptrSize && "layout assumptions horribly violated");
261 if (2 * intSize < ptrAlign) headerSize += ptrSize;
262 else headerSize += 2 * intSize;