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