reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
497 if (InnerShAmt + OuterShAmt >= TypeWidth) 500 return NewInnerShift(InnerShAmt + OuterShAmt); 506 if (InnerShAmt == OuterShAmt) { 508 ? APInt::getLowBitsSet(TypeWidth, TypeWidth - OuterShAmt) 509 : APInt::getHighBitsSet(TypeWidth, TypeWidth - OuterShAmt); 519 assert(InnerShAmt > OuterShAmt && 526 return NewInnerShift(InnerShAmt - OuterShAmt);