Searched refs:NewElements (Results 1 – 1 of 1) sorted by relevance
3271 SmallVector<Constant *, 32> NewElements; in ConstantFoldFixedVectorCall() local3280 NewElements.push_back(PassthruElt); in ConstantFoldFixedVectorCall()3282 NewElements.push_back(VecElt); in ConstantFoldFixedVectorCall()3289 NewElements.push_back(PassthruElt); in ConstantFoldFixedVectorCall()3293 NewElements.push_back(VecElt); in ConstantFoldFixedVectorCall()3298 if (NewElements.size() != FVTy->getNumElements()) in ConstantFoldFixedVectorCall()3300 return ConstantVector::get(NewElements); in ConstantFoldFixedVectorCall()