Searched refs:NewSizeBits (Results 1 – 1 of 1) sorted by relevance
1050 unsigned NewSizeBits = std::min((uint64_t)MI.getOperand(2).getImm(), MemBits); in matchSextInRegOfLoad() local1053 if (NewSizeBits < 8) in matchSextInRegOfLoad()1057 if (!isPowerOf2_32(NewSizeBits)) in matchSextInRegOfLoad()1066 MMDesc.MemoryTy = LLT::scalar(NewSizeBits); in matchSextInRegOfLoad()1067 else if (MemBits > NewSizeBits || MemBits == RegTy.getSizeInBits()) in matchSextInRegOfLoad()1077 MatchInfo = std::make_tuple(LoadDef->getDstReg(), NewSizeBits); in matchSextInRegOfLoad()