Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3277 auto *VecElt = VecData ? VecData->getAggregateElement(I) : nullptr; in ConstantFoldFixedVectorCall() local
3281 else if (VecElt) in ConstantFoldFixedVectorCall()
3282 NewElements.push_back(VecElt); in ConstantFoldFixedVectorCall()
3291 if (!VecElt) in ConstantFoldFixedVectorCall()
3293 NewElements.push_back(VecElt); in ConstantFoldFixedVectorCall()