Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewShl

927         Value *NewShl = Builder->CreateShl(XorLHS, ShAmt, "sext");
928 return BinaryOperator::CreateAShr(NewShl, ShAmt);