Home
last modified time | relevance | path

Searched refs:MaybeShiftAmtVal (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1775 auto MaybeShiftAmtVal = getConstantVRegValWithLookThrough(RHS, MRI); in matchCombineShlOfExtend() local
1776 if (!MaybeShiftAmtVal) in matchCombineShlOfExtend()
1790 int64_t ShiftAmt = MaybeShiftAmtVal->Value; in matchCombineShlOfExtend()