Searched refs:MinPtrSize (Results 1 – 1 of 1) sorted by relevance
1558 unsigned MinPtrSize = UINT_MAX; in translateMemFunc() local1563 MinPtrSize = std::min(SrcTy.getSizeInBits(), MinPtrSize); in translateMemFunc()1567 LLT SizeTy = LLT::scalar(MinPtrSize); in translateMemFunc()