Searched refs:StoreWidth (Results 1 – 1 of 1) sorted by relevance
3077 unsigned StoreWidth = MemTy.getSizeInBits(); in lowerStore() local3080 if (StoreWidth != StoreSizeInBits) { in lowerStore()3095 auto ZextInReg = MIRBuilder.buildZExtInReg(SrcTy, SrcReg, StoreWidth); in lowerStore()