Searched refs:AMNew (Results 1 – 1 of 1) sorted by relevance
1741 TargetLoweringBase::AddrMode AMNew; in matchPtrAddImmedChain() local1743 AMNew.BaseOffs = CombinedImm.getSExtValue(); in matchPtrAddImmedChain()1745 AMNew.HasBaseReg = true; in matchPtrAddImmedChain()1752 !TLI.isLegalAddressingMode(MF.getDataLayout(), AMNew, AccessTy, AS)) in matchPtrAddImmedChain()1757 MatchInfo.Imm = AMNew.BaseOffs; in matchPtrAddImmedChain()