Searched refs:NewElements (Results 1 – 1 of 1) sorted by relevance
2409 SmallVector<Constant *, 32> NewElements; in ConstantFoldVectorCall() local2418 NewElements.push_back(PassthruElt); in ConstantFoldVectorCall()2420 NewElements.push_back(VecElt); in ConstantFoldVectorCall()2427 NewElements.push_back(PassthruElt); in ConstantFoldVectorCall()2431 NewElements.push_back(VecElt); in ConstantFoldVectorCall()2436 if (NewElements.size() != VTy->getNumElements()) in ConstantFoldVectorCall()2438 return ConstantVector::get(NewElements); in ConstantFoldVectorCall()