Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewRHS

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