Lines Matching defs:CostX
7401 NegatibleCost CostX = NegatibleCost::Expensive;
7403 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth);
7417 if (NegX && (CostX <= CostY)) {
7418 Cost = CostX;
7457 NegatibleCost CostX = NegatibleCost::Expensive;
7459 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth);
7473 if (NegX && (CostX <= CostY)) {
7474 Cost = CostX;
7513 NegatibleCost CostX = NegatibleCost::Expensive;
7515 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth);
7529 if (NegX && (CostX <= CostY)) {
7530 Cost = std::min(CostX, CostZ);