Lines Matching defs:CostY
7409 NegatibleCost CostY = NegatibleCost::Expensive;
7411 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth);
7417 if (NegX && (CostX <= CostY)) {
7427 Cost = CostY;
7465 NegatibleCost CostY = NegatibleCost::Expensive;
7467 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth);
7473 if (NegX && (CostX <= CostY)) {
7488 Cost = CostY;
7521 NegatibleCost CostY = NegatibleCost::Expensive;
7523 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth);
7529 if (NegX && (CostX <= CostY)) {
7539 Cost = std::min(CostY, CostZ);