Searched defs:try_reduce (Results 1 – 3 of 3) sorted by relevance
120 bool psi_ops::try_reduce(node& n) { in try_reduce() function in r600_sb::psi_ops
7 pub(super) fn try_reduce<PI, R, ID, T>(pi: PI, identity: ID, reduce_op: R) -> T in try_reduce() function
146 mod try_reduce; module1064 fn try_reduce<T, OP, ID>(self, identity: ID, op: OP) -> Self::Item in try_reduce() method