Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:typeSize

550     CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
552 = llvm::ConstantInt::get(CGF.SizeTy, typeSize.getQuantity());
589 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
590 llvm::APInt typeSizeMultiplier(sizeWidth, typeSize.getQuantity());
748 if (typeSize.isOne()) {