Searched refs:NewElements (Results 1 – 1 of 1) sorted by relevance
2867 SmallVector<Constant *, 32> NewElements; in ConstantFoldFixedVectorCall() local2876 NewElements.push_back(PassthruElt); in ConstantFoldFixedVectorCall()2878 NewElements.push_back(VecElt); in ConstantFoldFixedVectorCall()2885 NewElements.push_back(PassthruElt); in ConstantFoldFixedVectorCall()2889 NewElements.push_back(VecElt); in ConstantFoldFixedVectorCall()2894 if (NewElements.size() != FVTy->getNumElements()) in ConstantFoldFixedVectorCall()2896 return ConstantVector::get(NewElements); in ConstantFoldFixedVectorCall()