Searched refs:MaybeImm2Val (Results 1 – 1 of 1) sorted by relevance
1724 auto MaybeImm2Val = getIConstantVRegValWithLookThrough(Imm2, MRI); in matchPtrAddImmedChain() local1725 if (!MaybeImm2Val) in matchPtrAddImmedChain()1742 APInt CombinedImm = MaybeImmVal->Value + MaybeImm2Val->Value; in matchPtrAddImmedChain()1803 auto MaybeImm2Val = getIConstantVRegValWithLookThrough(Imm2, MRI); in matchShiftImmedChain() local1804 if (!MaybeImm2Val) in matchShiftImmedChain()1809 (MaybeImmVal->Value.getZExtValue() + MaybeImm2Val->Value).getZExtValue(); in matchShiftImmedChain()