Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:typeSize

472     CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
474 = llvm::ConstantInt::get(CGF.SizeTy, typeSize.getQuantity());
511 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
512 llvm::APInt typeSizeMultiplier(sizeWidth, typeSize.getQuantity());
670 if (typeSize.isOne()) {