Searched refs:IsWin64CC (Results 1 – 1 of 1) sorted by relevance
1222 const bool IsWin64CC = STI.isCallingConvWin64(Fn.getCallingConv()); in has128ByteRedZone() local1223 return Is64Bit && !IsWin64CC && !Fn.hasFnAttribute(Attribute::NoRedZone); in has128ByteRedZone()