Home | History | Annotate | Download | only in AST

Lines Matching defs:SA

1531     unsigned SA = (unsigned) RHS.getLimitedValue(LHS.getBitWidth()-1);
1532 if (SA != RHS) {
1540 else if (LHS.countLeadingZeros() < SA)
1543 Result = LHS << SA;
1562 unsigned SA = (unsigned) RHS.getLimitedValue(LHS.getBitWidth()-1);
1563 if (SA != RHS)
1566 Result = LHS >> SA;