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