Searched refs:NewSizeBits (Results 1 – 1 of 1) sorted by relevance
1115 unsigned NewSizeBits = std::min((uint64_t)MI.getOperand(2).getImm(), MemBits); in matchSextInRegOfLoad() local1118 if (NewSizeBits < 8) in matchSextInRegOfLoad()1122 if (!isPowerOf2_32(NewSizeBits)) in matchSextInRegOfLoad()1131 MMDesc.MemoryTy = LLT::scalar(NewSizeBits); in matchSextInRegOfLoad()1132 else if (MemBits > NewSizeBits || MemBits == RegTy.getSizeInBits()) in matchSextInRegOfLoad()1142 MatchInfo = std::make_tuple(LoadDef->getDstReg(), NewSizeBits); in matchSextInRegOfLoad()