Searched refs:TrueOpDepth (Results 1 – 1 of 1) sorted by relevance
367 static unsigned getDepthOfOptCmov(unsigned TrueOpDepth, unsigned FalseOpDepth) { in getDepthOfOptCmov() argument373 return (TrueOpDepth + FalseOpDepth + 1) / 2; in getDepthOfOptCmov()