Lines Matching defs:CostX
7340 NegatibleCost CostX = NegatibleCost::Expensive;
7342 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth);
7356 if (NegX && (CostX <= CostY)) {
7357 Cost = CostX;
7396 NegatibleCost CostX = NegatibleCost::Expensive;
7398 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth);
7412 if (NegX && (CostX <= CostY)) {
7413 Cost = CostX;
7452 NegatibleCost CostX = NegatibleCost::Expensive;
7454 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth);
7468 if (NegX && (CostX <= CostY)) {
7469 Cost = std::min(CostX, CostZ);