Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MaxInlineWidthInBits

681   unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth();
683 getContext().toBits(sizeChars) > MaxInlineWidthInBits);