Lines Matching refs:getSplat
390 C = ConstantVector::getSplat(VTy->getElementCount(), C); in getIntegerValue()
406 return ConstantVector::getSplat(VTy->getElementCount(), in getAllOnesValue()
849 return ConstantVector::getSplat(VTy->getElementCount(), TrueC); in getTrue()
857 return ConstantVector::getSplat(VTy->getElementCount(), FalseC); in getFalse()
884 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
908 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
937 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
949 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
962 return ConstantVector::getSplat(VTy->getElementCount(), C); in get()
973 return ConstantVector::getSplat(VTy->getElementCount(), C); in getNaN()
984 return ConstantVector::getSplat(VTy->getElementCount(), C); in getQNaN()
995 return ConstantVector::getSplat(VTy->getElementCount(), C); in getSNaN()
1006 return ConstantVector::getSplat(VTy->getElementCount(), C); in getZero()
1038 return ConstantVector::getSplat(VTy->getElementCount(), C); in getInfinity()
1391 Constant *ConstantVector::getSplat(ElementCount EC, Constant *V) { in getSplat() function in ConstantVector
1397 return ConstantDataVector::getSplat(EC.getKnownMinValue(), V); in getSplat()
2509 Idx = ConstantVector::getSplat(EltCount, Idx); in getGetElementPtr()
3078 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantDataVector
3121 return ConstantVector::getSplat(ElementCount::getFixed(NumElts), V); in getSplat()