Searched refs:NewShiftTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2521 LLT NewShiftTy; local
2526 NewShiftTy = DstTy;
2530 if (Known.getMaxValue().uge(NewShiftTy.getScalarSizeInBits()))
2545 NewShiftTy = getMidVTForTruncRightShiftCombine(SrcTy, DstTy);
2546 if (NewShiftTy == SrcTy)
2551 if (Known.getMaxValue().ugt(NewShiftTy.getScalarSizeInBits() -
2560 {NewShiftTy, TL.getPreferredShiftAmountTy(NewShiftTy)}}))
2563 MatchInfo = std::make_pair(SrcMI, NewShiftTy);
2572 LLT NewShiftTy local
[all...]

Completed in 145 milliseconds