Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:sz

279     CharUnits sz = CGF.getContext().getTypeSizeInChars(type);
280 llvm::Value *size = llvm::ConstantInt::get(CGF.SizeTy, sz.getQuantity());