Searched refs:MismatchIndices (Results 1 – 2 of 2) sorted by relevance
54 MismatchIndices.push_back(I); in MismatchOffsetDistribution()55 if (MismatchIndices.empty()) in MismatchOffsetDistribution()58 std::uniform_int_distribution<size_t>(0, MismatchIndices.size() - 1); in MismatchOffsetDistribution()
158 llvm::SmallVector<uint32_t, 16> MismatchIndices; variable164 explicit operator bool() const { return !MismatchIndices.empty(); }167 return MismatchIndices; in getMismatchIndices()171 const uint32_t MismatchIndex = MismatchIndices[MismatchIndexSelector(G)]; in operator()