Searched refs:LeftShiftAmtC (Results 1 – 1 of 1) sorted by relevance
575 Constant *LeftShiftAmtC = ConstantInt::get(VTy, ShiftAmt); in SimplifyDemandedUseBits() local576 Constant *NewC = ConstantExpr::getShl(C, LeftShiftAmtC); in SimplifyDemandedUseBits()577 if (ConstantExpr::getLShr(NewC, LeftShiftAmtC) == C) { in SimplifyDemandedUseBits()