Searched refs:RandomBits (Results 1 – 3 of 3) sorted by relevance
26 template <typename UintType, typename RandomBits>27 UintType ExactUniformInt(const UintType n, const RandomBits& random) { in ExactUniformInt()
386 uint64_t RandomBits[2]; in Act() local388 RandomBits[i] = Ran->Rand64(); in Act()390 APInt RandomInt(Ty->getPrimitiveSizeInBits(), makeArrayRef(RandomBits)); in Act()
436 uint64_t RandomBits[2]; in Act() local438 RandomBits[i] = Ran->Rand64(); in Act()440 APInt RandomInt(Ty->getPrimitiveSizeInBits(), makeArrayRef(RandomBits)); in Act()