Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp227 unsigned NewShAmt = NumBits+CI->getZExtValue(); in GetShiftedValue() local
270 unsigned NewShAmt = NumBits+CI->getZExtValue(); in GetShiftedValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp103 auto *NewShAmt = dyn_cast_or_null<Constant>( in reassociateShiftAmtsOfTwoSameDirectionShifts() local
1143 unsigned NewShAmt = std::min(ShAmt, SrcTyBitWidth - 1); in visitLShr() local
H A DInstCombineCompares.cpp3555 auto *NewShAmt = dyn_cast_or_null<Constant>( in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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.cpp3863 auto *NewShAmt = dyn_cast_or_null<Constant>( in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2408 SDValue NewShAmt = TLO.DAG.getConstant( in SimplifyDemandedBits() local
4186 SDValue NewShAmt = DAG.getConstant(ShAmt, dl, ShAmtVT); in foldSetCCWithFunnelShift() local
4193 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