Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp109 auto *NewShAmt = dyn_cast_or_null<Constant>( in reassociateShiftAmtsOfTwoSameDirectionShifts() local
1273 unsigned NewShAmt = std::min(ShAmtC, SrcTyBitWidth - 1); in visitLShr() local
H A DInstCombineCasts.cpp1587 Constant *NewShAmt = ConstantExpr::getSub( in visitSExt() local
H A DInstCombineCompares.cpp3853 auto *NewShAmt = dyn_cast_or_null<Constant>( in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2405 SDValue NewShAmt = TLO.DAG.getConstant( in SimplifyDemandedBits() local
4183 SDValue NewShAmt = DAG.getConstant(ShAmt, dl, ShAmtVT); in foldSetCCWithFunnelShift() local
4190 SDValue NewShAmt = DAG.getConstant(BitWidth - ShAmt, dl, ShAmtVT); in foldSetCCWithFunnelShift() local
H A DLegalizeIntegerTypes.cpp4776 SDValue NewShAmt = DAG.getAnyExtOrTrunc(ShAmt, DL, NewShAmtVT); in ExpandIntRes_FunnelShift() local
H A DDAGCombiner.cpp10256 if (uint64_t NewShAmt = (ShAmt->getZExtValue() - (BW / 2))) in visitBSWAP() local