Searched refs:MaybeImm2Val (Results 1 – 1 of 1) sorted by relevance
1354 auto MaybeImm2Val = getIConstantVRegValWithLookThrough(Imm2, MRI); in matchPtrAddImmedChain() local1355 if (!MaybeImm2Val) in matchPtrAddImmedChain()1372 APInt CombinedImm = MaybeImmVal->Value + MaybeImm2Val->Value; in matchPtrAddImmedChain()1377 AMOld.BaseOffs = MaybeImm2Val->Value.getSExtValue(); in matchPtrAddImmedChain()1433 auto MaybeImm2Val = getIConstantVRegValWithLookThrough(Imm2, MRI); in matchShiftImmedChain() local1434 if (!MaybeImm2Val) in matchShiftImmedChain()1439 (MaybeImmVal->Value.getSExtValue() + MaybeImm2Val->Value).getSExtValue(); in matchShiftImmedChain()