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