Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:typeSize

568     CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
570 = llvm::ConstantInt::get(CGF.SizeTy, typeSize.getQuantity());
607 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
608 llvm::APInt typeSizeMultiplier(sizeWidth, typeSize.getQuantity());
766 if (typeSize.isOne()) {