Searched refs:literal_count (Results 1 – 2 of 2) sorted by relevance
167 unsigned literal_count() { return lt.count(); } in literal_count() function168 unsigned literal_slot_count() { return (literal_count() + 1) >> 1; }; in literal_slot_count()
3635 const int literal_count = 31; in NearBranchAndLiteralFuzzHelper() local3638 Literal<uint64_t>* literals[literal_count]; in NearBranchAndLiteralFuzzHelper()3682 literal_values = new uint64_t[literal_count]; in NearBranchAndLiteralFuzzHelper()3683 for (int lit = 0; lit < literal_count; lit++) { in NearBranchAndLiteralFuzzHelper()3695 static_cast<uint32_t>(mrand48()) % literal_count; in NearBranchAndLiteralFuzzHelper()3878 for (int lit = 0; lit < literal_count; lit++) { in NearBranchAndLiteralFuzzHelper()