Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3191 SmallVector<Constant *, 32> NewElements; in ConstantFoldFixedVectorCall() local
3200 NewElements.push_back(PassthruElt); in ConstantFoldFixedVectorCall()
3202 NewElements.push_back(VecElt); in ConstantFoldFixedVectorCall()
3209 NewElements.push_back(PassthruElt); in ConstantFoldFixedVectorCall()
3213 NewElements.push_back(VecElt); in ConstantFoldFixedVectorCall()
3218 if (NewElements.size() != FVTy->getNumElements()) in ConstantFoldFixedVectorCall()
3220 return ConstantVector::get(NewElements); in ConstantFoldFixedVectorCall()