Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp3075 SmallVector<Constant *, 32> NewElements; in ConstantFoldFixedVectorCall() local
3084 NewElements.push_back(PassthruElt); in ConstantFoldFixedVectorCall()
3086 NewElements.push_back(VecElt); in ConstantFoldFixedVectorCall()
3093 NewElements.push_back(PassthruElt); in ConstantFoldFixedVectorCall()
3097 NewElements.push_back(VecElt); in ConstantFoldFixedVectorCall()
3102 if (NewElements.size() != FVTy->getNumElements()) in ConstantFoldFixedVectorCall()
3104 return ConstantVector::get(NewElements); in ConstantFoldFixedVectorCall()