Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp2867 SmallVector<Constant *, 32> NewElements; in ConstantFoldFixedVectorCall() local
2876 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()