Searched defs:NewShAmt (Results 1 – 6 of 6) sorted by relevance
109 auto *NewShAmt = dyn_cast_or_null<Constant>( in reassociateShiftAmtsOfTwoSameDirectionShifts() local 1360 unsigned NewShAmt = std::min(ShAmtC, SrcTyBitWidth - 1); visitLShr() local [all...]
1487 Constant *NewShAmt = ConstantExpr::getSub( visitSExt() local
4284 auto *NewShAmt = dyn_cast_or_null<Constant>( foldShiftIntoShiftInAnotherHandOfAndInICmp() local [all...]
2577 SDValue NewShAmt = TLO.DAG.getConstant( SimplifyDemandedBits() local 4383 SDValue NewShAmt = DAG.getConstant(ShAmt, dl, ShAmtVT); foldSetCCWithFunnelShift() local 4390 SDValue NewShAmt = DAG.getConstant(BitWidth - ShAmt, dl, ShAmtVT); foldSetCCWithFunnelShift() local
5051 SDValue NewShAmt = DAG.getAnyExtOrTrunc(ShAmt, DL, NewShAmtVT); ExpandIntRes_FunnelShift() local
11048 if (uint64_t NewShAmt = (ShAmt->getZExtValue() - (BW / 2))) visitBSWAP() local [all...]