Searched refs:MemStoreSizeInBits (Results 1 – 1 of 1) sorted by relevance
3479 unsigned MemStoreSizeInBits = 8 * MemTy.getSizeInBytes(); in lowerLoad() local3481 if (MemSizeInBits != MemStoreSizeInBits) { in lowerLoad()3487 LLT WideMemTy = LLT::scalar(MemStoreSizeInBits); in lowerLoad()3496 if (MemStoreSizeInBits > DstTy.getSizeInBits()) { in lowerLoad()