Lines Matching refs:ConstantDataVector
517 delete static_cast<ConstantDataVector *>(C); in deleteConstant()
1384 return getSequenceIfElementsMatch<ConstantDataVector>(C, V); in getImpl()
1397 return ConstantDataVector::getSplat(EC.getKnownMinValue(), V); in getSplat()
1629 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in getSplatValue()
2935 Entry->reset(new ConstantDataVector(Ty, Slot.first().data())); in getImpl()
3017 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint8_t> Elts){ in get()
3022 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint16_t> Elts){ in get()
3027 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint32_t> Elts){ in get()
3032 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint64_t> Elts){ in get()
3037 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<float> Elts) { in get()
3042 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<double> Elts) { in get()
3054 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
3062 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
3069 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
3078 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat()
3235 bool ConstantDataVector::isSplatData() const { in isSplatData()
3247 bool ConstantDataVector::isSplat() const { in isSplat()
3255 Constant *ConstantDataVector::getSplatValue() const { in getSplatValue()