Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18711 std::bitset<4> IndexNotInserted((1 << NumVecElts) - 1); in replaceSplatVectorStore() local
18731 IndexNotInserted.reset(IndexVal); in replaceSplatVectorStore()
18736 if (IndexNotInserted.any()) in replaceSplatVectorStore()