Searched defs:getSplat (Results 1 – 3 of 3) sorted by relevance
550 static APInt getSplat(unsigned NewLen, const APInt &V) { in getSplat() function
1201 Constant *ConstantVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantVector2718 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantDataVector
577 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat() function in APInt