Searched refs:getBitsSetWithWrap (Results 1 – 3 of 3) sorted by relevance
250 static APInt getBitsSetWithWrap(unsigned numBits, unsigned loBit, in getBitsSetWithWrap() function
3850 APInt MaskMI = APInt::getBitsSetWithWrap(32, 32 - MEMI - 1, 32 - MBMI); in combineRLWINM()3854 APInt MaskSrc = APInt::getBitsSetWithWrap(32, 32 - MESrc - 1, 32 - MBSrc); in combineRLWINM()4704 APInt Mask = APInt::getBitsSetWithWrap(32, 32 - ME - 1, 32 - MB); in simplifyToLI()
7924 APInt MaskVal = APInt::getBitsSetWithWrap( in lowerInsert()