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