Searched refs:NewElements (Results 1 – 2 of 2) sorted by relevance
1860 SmallVector<Constant *, 32> NewElements; in ConstantFoldVectorCall() local1869 NewElements.push_back(PassthruElt); in ConstantFoldVectorCall()1871 NewElements.push_back(VecElt); in ConstantFoldVectorCall()1878 NewElements.push_back(PassthruElt); in ConstantFoldVectorCall()1882 NewElements.push_back(VecElt); in ConstantFoldVectorCall()1887 if (NewElements.size() != VTy->getNumElements()) in ConstantFoldVectorCall()1889 return ConstantVector::get(NewElements); in ConstantFoldVectorCall()
2032 SmallVector<Constant *, 32> NewElements; in ConstantFoldVectorCall() local2041 NewElements.push_back(PassthruElt); in ConstantFoldVectorCall()2043 NewElements.push_back(VecElt); in ConstantFoldVectorCall()2050 NewElements.push_back(PassthruElt); in ConstantFoldVectorCall()2054 NewElements.push_back(VecElt); in ConstantFoldVectorCall()2059 if (NewElements.size() != VTy->getNumElements()) in ConstantFoldVectorCall()2061 return ConstantVector::get(NewElements); in ConstantFoldVectorCall()