Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:sizeChars

342   CharUnits sizeChars = getContext().getTypeSizeInChars(AtomicTy);
343 uint64_t Size = sizeChars.getQuantity();
349 getContext().toBits(sizeChars) > MaxInlineWidthInBits);