Searched refs:AMNew (Results 1 – 1 of 1) sorted by relevance
1809 TargetLoweringBase::AddrMode AMNew; in matchPtrAddImmedChain() local1811 AMNew.BaseOffs = CombinedImm.getSExtValue(); in matchPtrAddImmedChain()1813 AMNew.HasBaseReg = true; in matchPtrAddImmedChain()1820 !TLI.isLegalAddressingMode(MF.getDataLayout(), AMNew, AccessTy, AS)) in matchPtrAddImmedChain()1825 MatchInfo.Imm = AMNew.BaseOffs; in matchPtrAddImmedChain()