Searched refs:MaybeImm2Val (Results 1 – 1 of 1) sorted by relevance
1792 auto MaybeImm2Val = getIConstantVRegValWithLookThrough(Imm2, MRI); in matchPtrAddImmedChain() local1793 if (!MaybeImm2Val) in matchPtrAddImmedChain()1810 APInt CombinedImm = MaybeImmVal->Value + MaybeImm2Val->Value; in matchPtrAddImmedChain()1871 auto MaybeImm2Val = getIConstantVRegValWithLookThrough(Imm2, MRI); in matchShiftImmedChain() local1872 if (!MaybeImm2Val) in matchShiftImmedChain()1877 (MaybeImmVal->Value.getZExtValue() + MaybeImm2Val->Value).getZExtValue(); in matchShiftImmedChain()