Lines Matching refs:ConstantVector
110 C = ConstantVector::get(std::vector<Constant *>(VTy->getNumElements(), C)); in getIntegerValue()
130 return cast<ConstantVector>(ConstantVector::get(Elts)); in getAllOnesValue()
266 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) { in getVectorElements()
375 return ConstantVector::get(Splat); in getTrue()
388 return ConstantVector::get(Splat); in getFalse()
412 return ConstantVector::get(SmallVector<Constant*, in get()
438 return ConstantVector::get( in get()
481 return ConstantVector::get( in get()
496 return ConstantVector::get( in get()
516 return ConstantVector::get(zeros); in getZeroValueForNegation()
695 ConstantVector::ConstantVector(VectorType *T, in ConstantVector() function in ConstantVector
698 OperandTraits<ConstantVector>::op_end(this) - V.size(), in ConstantVector()
711 Constant *ConstantVector::get(ArrayRef<Constant*> V) { in get()
1069 void ConstantVector::destroyConstant() { in destroyConstant()
1078 bool ConstantVector::isAllOnesValue() const { in isAllOnesValue()
1093 Constant *ConstantVector::getSplatValue() const { in getSplatValue()
2056 void ConstantVector::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant()