How do you determine if a shift is signed or not?<br><br>ashr = always signed?<br>lshr = always unsigned?<br>shl = always signed?<br><br>The CmpInst has the "isSigned()" function, but it appears that every other Instruction I've looked at doesn't seem to have this.<br>