Lines Matching defs:ConstVecOps
8912 SmallVector<Constant *, 16> ConstVecOps(NumElems, UndefValue::get(EltType));
8918 ConstVecOps[i] = ConstantInt::get(Context, C->getAPIntValue());
8920 ConstVecOps[i] = ConstantFP::get(Context, C->getValueAPF());
8928 Constant *CV = ConstantVector::get(ConstVecOps);
41858 SmallVector<Constant *, 32> ConstVecOps;
41862 ConstVecOps.push_back(UndefValue::get(Elt->getType()));
41866 ConstVecOps.push_back(Elt);
41873 SDValue CV = TLO.DAG.getConstantPool(ConstantVector::get(ConstVecOps), BCVT);