Searched refs:getBitsSetWithWrap (Results 1 – 2 of 2) sorted by relevance
879 APInt MaskMI = APInt::getBitsSetWithWrap(32, 32 - MEMI - 1, 32 - MBMI); in simplifyCode()884 APInt::getBitsSetWithWrap(32, 32 - MESrc - 1, 32 - MBSrc); in simplifyCode()
622 static APInt getBitsSetWithWrap(unsigned numBits, unsigned loBit, in getBitsSetWithWrap() function