Searched refs:VecElt (Results 1 – 1 of 1) sorted by relevance
3277 auto *VecElt = VecData ? VecData->getAggregateElement(I) : nullptr; in ConstantFoldFixedVectorCall() local3281 else if (VecElt) in ConstantFoldFixedVectorCall()3282 NewElements.push_back(VecElt); in ConstantFoldFixedVectorCall()3291 if (!VecElt) in ConstantFoldFixedVectorCall()3293 NewElements.push_back(VecElt); in ConstantFoldFixedVectorCall()