Lines Matching refs:getSplat

398     C = ConstantVector::getSplat(VTy->getElementCount(), C);  in getIntegerValue()
414 return ConstantVector::getSplat(VTy->getElementCount(), in getAllOnesValue()
855 return ConstantVector::getSplat(VTy->getElementCount(), TrueC); in getTrue()
863 return ConstantVector::getSplat(VTy->getElementCount(), FalseC); in getFalse()
893 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
909 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
938 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
950 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
963 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
974 return ConstantVector::getSplat(VTy->getElementCount(), C); in getNaN()
985 return ConstantVector::getSplat(VTy->getElementCount(), C); in getQNaN()
996 return ConstantVector::getSplat(VTy->getElementCount(), C); in getSNaN()
1007 return ConstantVector::getSplat(VTy->getElementCount(), C); in getZero()
1032 return ConstantVector::getSplat(VTy->getElementCount(), C); in getInfinity()
1385 Constant *ConstantVector::getSplat(ElementCount EC, Constant *V) { in getSplat() function in ConstantVector
1391 return ConstantDataVector::getSplat(EC.getKnownMinValue(), V); in getSplat()
2305 Idx = ConstantVector::getSplat(EltCount, Idx); in getGetElementPtr()
2870 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantDataVector
2913 return ConstantVector::getSplat(ElementCount::getFixed(NumElts), V); in getSplat()