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