Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp109 auto *NewShAmt = dyn_cast_or_null<Constant>( in reassociateShiftAmtsOfTwoSameDirectionShifts() local
1360 unsigned NewShAmt = std::min(ShAmtC, SrcTyBitWidth - 1); visitLShr() local
[all...]
H A DInstCombineCasts.cpp1487 Constant *NewShAmt = ConstantExpr::getSub( visitSExt() local
H A DInstCombineCompares.cpp4284 auto *NewShAmt = dyn_cast_or_null<Constant>( foldShiftIntoShiftInAnotherHandOfAndInICmp() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2577 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
H A DLegalizeIntegerTypes.cpp5051 SDValue NewShAmt = DAG.getAnyExtOrTrunc(ShAmt, DL, NewShAmtVT); ExpandIntRes_FunnelShift() local
H A DDAGCombiner.cpp11048 if (uint64_t NewShAmt = (ShAmt->getZExtValue() - (BW / 2))) visitBSWAP() local
[all...]