Home
last modified time | relevance | path

Searched defs:NewShAmt (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp109 auto *NewShAmt = dyn_cast_or_null<Constant>( in reassociateShiftAmtsOfTwoSameDirectionShifts() local
1444 unsigned NewShAmt = std::min(ShAmtC, SrcTyBitWidth - 1); in visitLShr() local
H A DInstCombineCasts.cpp1525 Constant *NewShAmt = ConstantExpr::getSub( in visitSExt() local
H A DInstCombineCompares.cpp4578 auto *NewShAmt = dyn_cast_or_null<Constant>( in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2613 SDValue NewShAmt = TLO.DAG.getShiftAmountConstant(ShVal, VT, dl); in SimplifyDemandedBits() local
4440 SDValue NewShAmt = DAG.getConstant(ShAmt, dl, ShAmtVT); in foldSetCCWithFunnelShift() local
4447 SDValue NewShAmt = DAG.getConstant(BitWidth - ShAmt, dl, ShAmtVT); in foldSetCCWithFunnelShift() local
H A DLegalizeIntegerTypes.cpp5214 SDValue NewShAmt = DAG.getAnyExtOrTrunc(ShAmt, DL, NewShAmtVT); in ExpandIntRes_FunnelShift() local
H A DDAGCombiner.cpp11059 if (uint64_t NewShAmt = (ShAmt->getZExtValue() - (BW / 2))) in visitBSWAP() local