Searched refs:MemSizeBits (Results 1 – 1 of 1) sorted by relevance
5553 unsigned MemSizeBits = ExtLd.getMMO().getMemoryType().getSizeInBits(); in selectIndexedExtLoad() local5570 if (MemSizeBits == 8) { in selectIndexedExtLoad()5580 NewLdDstTy = LLT::scalar(MemSizeBits); in selectIndexedExtLoad()5586 } else if (MemSizeBits == 16) { in selectIndexedExtLoad()5596 NewLdDstTy = LLT::scalar(MemSizeBits); in selectIndexedExtLoad()5602 } else if (MemSizeBits == 32) { in selectIndexedExtLoad()5609 NewLdDstTy = LLT::scalar(MemSizeBits); in selectIndexedExtLoad()