Home
last modified time | relevance | path

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

/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); visitLShr() local
[all...]
H A DInstCombineCasts.cpp1525 Constant *NewShAmt = ConstantExpr::getSub( visitSExt() local
H A DInstCombineCompares.cpp4578 auto *NewShAmt = dyn_cast_or_null<Constant>( foldShiftIntoShiftInAnotherHandOfAndInICmp() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2603 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
H A DLegalizeIntegerTypes.cpp5181 SDValue NewShAmt = DAG.getAnyExtOrTrunc(ShAmt, DL, NewShAmtVT); ExpandIntRes_FunnelShift() local
H A DDAGCombiner.cpp11073 if (uint64_t NewShAmt = (ShAmt->getZExtValue() - (BW / 2))) visitBSWAP() local
[all...]