Lines Matching refs:getSplat

401     C = ConstantVector::getSplat(VTy->getElementCount(), C);  in getIntegerValue()
418 return ConstantVector::getSplat(VTy->getElementCount(), in getAllOnesValue()
871 return ConstantVector::getSplat(VTy->getElementCount(), TrueC); in getTrue()
879 return ConstantVector::getSplat(VTy->getElementCount(), FalseC); in getFalse()
906 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
930 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
959 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
971 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
984 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
995 return ConstantVector::getSplat(VTy->getElementCount(), C); in getNaN()
1006 return ConstantVector::getSplat(VTy->getElementCount(), C); in getQNaN()
1017 return ConstantVector::getSplat(VTy->getElementCount(), C); in getSNaN()
1028 return ConstantVector::getSplat(VTy->getElementCount(), C); in getNegativeZero()
1061 return ConstantVector::getSplat(VTy->getElementCount(), C); in getInfinity()
1413 Constant *ConstantVector::getSplat(ElementCount EC, Constant *V) { in getSplat() function in ConstantVector
1419 return ConstantDataVector::getSplat(EC.getKnownMinValue(), V); in getSplat()
2477 Idx = ConstantVector::getSplat(EltCount, Idx); in getGetElementPtr()
3133 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantDataVector
3176 return ConstantVector::getSplat(ElementCount::getFixed(NumElts), V); in getSplat()