BOOL __fastcall PfSnIsSectionPrefetchedAfterPhase(INT64 a1, INT64 a2, UINT64 a3){
BOOL result;
int v4;
unsigned int v6;
unsigned int v7;
result = *(_DWORD *)(a1 + 20) >> 1;
v4 = *(_DWORD *)(a1 + 20) >> 8;
if( (_DWORD)a2 != 1 )
LOBYTE(v4) = *(_DWORD *)(a1 + 20) >> 1;
if( !_BitScanReverse(&v6, v4 & 0x7F) )
{
LOBYTE(result) = 0;
}
else
{
_BitScanReverse((unsigned int *)&result, a3);
LOBYTE(result) = v6 > v7;
}
return result;
}