Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17751 bool IsValidElementCount = Op0VT.getVectorNumElements() % 8 == 0; in performVecReduceAddCombine() local
17753 if (!IsValidElementCount || !IsValidSize) in performVecReduceAddCombine()