Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2049 auto MaybeShiftAmtVal = isConstantOrConstantSplatVector(*MIShiftAmt, MRI); in matchCombineShlOfExtend() local
2050 if (!MaybeShiftAmtVal) in matchCombineShlOfExtend()
2064 int64_t ShiftAmt = MaybeShiftAmtVal->getSExtValue(); in matchCombineShlOfExtend()