Lines Matching refs:ConstantDataVector
556 delete static_cast<ConstantDataVector *>(C); in deleteConstant()
1467 return getSequenceIfElementsMatch<ConstantDataVector>(C, V); in getImpl()
1490 return ConstantDataVector::getSplat(EC.getKnownMinValue(), V); in getSplat()
1722 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in getSplatValue()
1803 if (auto *CDV = dyn_cast<ConstantDataVector>(this)) { in toConstantRange()
2904 Entry->reset(new ConstantDataVector(Ty, Slot.first().data())); in getImpl()
2986 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint8_t> Elts){ in get()
2991 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint16_t> Elts){ in get()
2996 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint32_t> Elts){ in get()
3001 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint64_t> Elts){ in get()
3006 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<float> Elts) { in get()
3011 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<double> Elts) { in get()
3023 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
3031 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
3038 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP()
3047 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat()
3203 bool ConstantDataVector::isSplatData() const { in isSplatData()
3215 bool ConstantDataVector::isSplat() const { in isSplat()
3223 Constant *ConstantDataVector::getSplatValue() const { in getSplatValue()