Home
last modified time | relevance | path

Searched refs:VecElt (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp2038 auto *VecElt = VecData ? VecData->getAggregateElement(I) : nullptr; in ConstantFoldVectorCall() local
2042 else if (VecElt) in ConstantFoldVectorCall()
2043 NewElements.push_back(VecElt); in ConstantFoldVectorCall()
2052 if (!VecElt) in ConstantFoldVectorCall()
2054 NewElements.push_back(VecElt); in ConstantFoldVectorCall()