Home
last modified time | relevance | path

Searched refs:NewElements (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DConstantFolding.cpp1860 SmallVector<Constant *, 32> NewElements; in ConstantFoldVectorCall() local
1869 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()