Lines Matching defs:ConstantVec
7212 SmallVector<Constant *, 32> ConstantVec;
7214 ConstantVec.push_back(Undefs[I] ? UndefValue::get(Ty)
7217 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec));
7240 SmallVector<Constant *, 32> ConstantVec;
7243 ConstantVec.push_back(getConstantScalar(Val));
7245 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec));
40999 SmallVector<Constant *, 32> ConstantVec(NumElts, Zero);
41000 ConstantVec[0] = const_cast<ConstantInt *>(C->getConstantIntValue());
41004 SDValue CP = DAG.getConstantPool(ConstantVector::get(ConstantVec), PVT);