Searched defs:NewShAmt (Results 1 – 6 of 6) sorted by relevance
109 auto *NewShAmt = dyn_cast_or_null<Constant>( in reassociateShiftAmtsOfTwoSameDirectionShifts() local1444 unsigned NewShAmt = std::min(ShAmtC, SrcTyBitWidth - 1); in visitLShr() local
1525 Constant *NewShAmt = ConstantExpr::getSub( in visitSExt() local
4578 auto *NewShAmt = dyn_cast_or_null<Constant>( in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
2613 SDValue NewShAmt = TLO.DAG.getShiftAmountConstant(ShVal, VT, dl); in SimplifyDemandedBits() local4440 SDValue NewShAmt = DAG.getConstant(ShAmt, dl, ShAmtVT); in foldSetCCWithFunnelShift() local4447 SDValue NewShAmt = DAG.getConstant(BitWidth - ShAmt, dl, ShAmtVT); in foldSetCCWithFunnelShift() local
5214 SDValue NewShAmt = DAG.getAnyExtOrTrunc(ShAmt, DL, NewShAmtVT); in ExpandIntRes_FunnelShift() local
11059 if (uint64_t NewShAmt = (ShAmt->getZExtValue() - (BW / 2))) in visitBSWAP() local