Searched defs:valueCounts (Results 1 – 1 of 1) sorted by relevance
33 const std::vector<GateRef> &values, int valueCounts, VariableType type) in Selector()54 const std::vector<GateRef> &values, int valueCounts, VariableType type) in Selector()1080 int valueCounts = static_cast<int>(this->predecessors_.size()) + 1; in ReadVariableRecursive() local