Searched refs:MaxInlineWidthInBits (Results 1 – 2 of 2) sorted by relevance
804 unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth(); in EmitAtomicExpr() local806 bool Oversized = getContext().toBits(sizeChars) > MaxInlineWidthInBits; in EmitAtomicExpr()
10529 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth(); in AtomicUsesUnsupportedLibcall() local10530 return (Size != Align || toBits(sizeChars) > MaxInlineWidthInBits); in AtomicUsesUnsupportedLibcall()