Home | History | Annotate | Download | only in InstCombine

Lines Matching full:newrhs

1068         APInt NewRHS = RHS->getValue().zext(SrcBits);
1069 NewRHS |= KnownOne & APInt::getHighBitsSet(SrcBits, SrcBits-DstBits);
1071 Builder->getInt(NewRHS));