An integer expression is coerced to a vector expression whenever:
The length of the vector representation of an integer is 32 bits. The shorter of the two argument vectors is then padded with zeros before applying the operation.
[0,1,1] + 17yields a 32 bit vector representation of the number 20.