Searched refs:MinPtrSize (Results 1 – 1 of 1) sorted by relevance
1694 unsigned MinPtrSize = UINT_MAX; in translateMemFunc() local1699 MinPtrSize = std::min<unsigned>(SrcTy.getSizeInBits(), MinPtrSize); in translateMemFunc()1703 LLT SizeTy = LLT::scalar(MinPtrSize); in translateMemFunc()