Searched refs:ConstVecOps (Results 1 – 1 of 1) sorted by relevance
11292 SmallVector<Constant *, 16> ConstVecOps(NumElems, UndefValue::get(EltType)); in LowerBUILD_VECTOR() local11298 ConstVecOps[i] = ConstantInt::get(Context, C->getAPIntValue()); in LowerBUILD_VECTOR()11300 ConstVecOps[i] = ConstantFP::get(Context, C->getValueAPF()); in LowerBUILD_VECTOR()11308 Constant *CV = ConstantVector::get(ConstVecOps); in LowerBUILD_VECTOR()41982 SmallVector<Constant *, 32> ConstVecOps; in SimplifyDemandedVectorEltsForTargetShuffle() local41986 ConstVecOps.push_back(UndefValue::get(Elt->getType())); in SimplifyDemandedVectorEltsForTargetShuffle()41990 ConstVecOps.push_back(Elt); in SimplifyDemandedVectorEltsForTargetShuffle()41997 SDValue CV = TLO.DAG.getConstantPool(ConstantVector::get(ConstVecOps), BCVT); in SimplifyDemandedVectorEltsForTargetShuffle()