In NVPTX64, 64-bit register is simulated by two 32-bit register which
makes it more expensive on 64-bit operations.
In this patch we compute the extra cost of extending the expression
tree for zext and sext by exploiting TargetTransformInfo and make sure
the transform will not bring more costs.