Searched refs:ZextLo (Results 1 – 1 of 1) sorted by relevance
1896 Register ZextLo; in applyMappingImpl() local1900 ZextLo = B.buildZExt(S32, Lo).getReg(0); in applyMappingImpl()1901 MRI.setRegBank(ZextLo, *BankLo); in applyMappingImpl()1921 ZextLo = B.buildAnd(S32, Lo, MaskLo).getReg(0); in applyMappingImpl()1922 MRI.setRegBank(ZextLo, *BankLo); in applyMappingImpl()1925 auto Or = B.buildOr(S32, ZextLo, ShiftHi); in applyMappingImpl()