Lines Matching refs:ConstantDataVector
51 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isNegativeZeroValue()
77 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isZeroValue()
121 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isAllOnesValue()
143 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isOneValue()
165 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isMinSignedValue()
187 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isNotMinSignedValue()
1077 return getSequenceIfElementsMatch<ConstantDataVector>(C, V); in getImpl()
1089 return ConstantDataVector::getSplat(NumElts, V); in getSplat()
1357 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in getSplatValue()
2353 void ConstantDataVector::anchor() {} in anchor()
2444 return *Entry = new ConstantDataVector(Ty, Slot.first().data()); in getImpl()
2564 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint8_t> Elts){ in get()
2569 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint16_t> Elts){ in get()
2574 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint32_t> Elts){ in get()
2579 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint64_t> Elts){ in get()
2584 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<float> Elts) { in get()
2589 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<double> Elts) { in get()
2600 Constant *ConstantDataVector::getFP(LLVMContext &Context, in getFP()
2606 Constant *ConstantDataVector::getFP(LLVMContext &Context, in getFP()
2612 Constant *ConstantDataVector::getFP(LLVMContext &Context, in getFP()
2619 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat()
2758 Constant *ConstantDataVector::getSplatValue() const { in getSplatValue()