Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1937 auto MaybeShiftAmtVal = getConstantVRegValWithLookThrough(RHS, MRI); in matchCombineShlOfExtend() local
1938 if (!MaybeShiftAmtVal) in matchCombineShlOfExtend()
1952 int64_t ShiftAmt = MaybeShiftAmtVal->Value.getSExtValue(); in matchCombineShlOfExtend()