Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DConstantFolding.cpp1866 auto *VecElt = VecData ? VecData->getAggregateElement(I) : nullptr; in ConstantFoldVectorCall() local
1870 else if (VecElt) in ConstantFoldVectorCall()
1871 NewElements.push_back(VecElt); in ConstantFoldVectorCall()
1880 if (!VecElt) in ConstantFoldVectorCall()
1882 NewElements.push_back(VecElt); in ConstantFoldVectorCall()