Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1663 auto MaybeShiftAmtVal = getIConstantVRegValWithLookThrough(RHS, MRI); in matchCombineShlOfExtend() local
1664 if (!MaybeShiftAmtVal) in matchCombineShlOfExtend()
1678 int64_t ShiftAmt = MaybeShiftAmtVal->Value.getSExtValue(); in matchCombineShlOfExtend()