Searched refs:MaxInlineWidthInBits (Results 1 – 2 of 2) sorted by relevance
669 unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth(); in EmitAtomicExpr() local671 getContext().toBits(sizeChars) > MaxInlineWidthInBits); in EmitAtomicExpr()
8882 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth(); in AtomicUsesUnsupportedLibcall() local8883 return (Size != Align || toBits(sizeChars) > MaxInlineWidthInBits); in AtomicUsesUnsupportedLibcall()