unsafeWadMul

Git Source

Will not revert on overflow, only use where overflow is not possible.

function unsafeWadMul(int256 x, int256 y) pure returns (int256 r);