Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDConstantFolding.cpp2409 SmallVector<Constant *, 32> NewElements; in ConstantFoldVectorCall() local
2418 NewElements.push_back(PassthruElt); in ConstantFoldVectorCall()
2420 NewElements.push_back(VecElt); in ConstantFoldVectorCall()
2427 NewElements.push_back(PassthruElt); in ConstantFoldVectorCall()
2431 NewElements.push_back(VecElt); in ConstantFoldVectorCall()
2436 if (NewElements.size() != VTy->getNumElements()) in ConstantFoldVectorCall()
2438 return ConstantVector::get(NewElements); in ConstantFoldVectorCall()