IsValueSizeFixed

UINT8 __stdcall IsValueSizeFixed(UINT8 Type){
  UINT8 result; 
  result = 0;
  if( Type )
  {
    if( Type <= 4u )
      return 1;
  }
  return result;
}

Referenced by:

GetOperandValue
LocalGetConditionForString