Searched refs:MaybeImm2Val (Results 1 – 1 of 1) sorted by relevance
1569 auto MaybeImm2Val = getIConstantVRegValWithLookThrough(Imm2, MRI); in matchPtrAddImmedChain() local1570 if (!MaybeImm2Val) in matchPtrAddImmedChain()1587 APInt CombinedImm = MaybeImmVal->Value + MaybeImm2Val->Value; in matchPtrAddImmedChain()1648 auto MaybeImm2Val = getIConstantVRegValWithLookThrough(Imm2, MRI); in matchShiftImmedChain() local1649 if (!MaybeImm2Val) in matchShiftImmedChain()1654 (MaybeImmVal->Value.getZExtValue() + MaybeImm2Val->Value).getZExtValue(); in matchShiftImmedChain()