Searched defs:NewLen (Results 1 – 3 of 3) sorted by relevance
550 static APInt getSplat(unsigned NewLen, const APInt &V) { in getSplat()
577 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat()
3769 unsigned NewLen = PowerOf2Ceil(Len); in lowerBitCount() local