The only way I can think (and what the query builder supports) is with a direct suggestion. It will look like this:
$query = $contentElementRepository->createQuery();
$query->statement('SELECT * FROM tt_content WHERE tstamp > crdate');
$matchingContentElements = $query->execute();
, , , . statement() , , .
, , , .