Lines Matching defs:ConstantVec
7436 SmallVector<Constant *, 32> ConstantVec;
7438 ConstantVec.push_back(Undefs[I] ? UndefValue::get(Ty)
7441 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec));
7464 SmallVector<Constant *, 32> ConstantVec;
7467 ConstantVec.push_back(getConstantScalar(Val));
7469 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec));
42076 SmallVector<Constant *, 32> ConstantVec(NumElts, Zero);
42077 ConstantVec[0] = const_cast<ConstantInt *>(C->getConstantIntValue());
42081 SDValue CP = DAG.getConstantPool(ConstantVector::get(ConstantVec), PVT);