Searched refs:getBitsSetWithWrap (Results 1 – 3 of 3) sorted by relevance
253 static APInt getBitsSetWithWrap(unsigned numBits, unsigned loBit, in getBitsSetWithWrap() function
3903 APInt MaskMI = APInt::getBitsSetWithWrap(32, 32 - MEMI - 1, 32 - MBMI); in combineRLWINM()3907 APInt MaskSrc = APInt::getBitsSetWithWrap(32, 32 - MESrc - 1, 32 - MBSrc); in combineRLWINM()4754 APInt Mask = APInt::getBitsSetWithWrap(32, 32 - ME - 1, 32 - MB); in simplifyToLI()
6961 APInt MaskVal = APInt::getBitsSetWithWrap( in lowerInsert()