Home | History | Annotate | Download | only in Analysis

Lines Matching refs:isHighCostExpansionHelper

1857 bool SCEVExpander::isHighCostExpansionHelper(
1872 return isHighCostExpansionHelper(cast<SCEVTruncateExpr>(S)->getOperand(),
1875 return isHighCostExpansionHelper(cast<SCEVZeroExtendExpr>(S)->getOperand(),
1878 return isHighCostExpansionHelper(cast<SCEVSignExtendExpr>(S)->getOperand(),
1926 if (isHighCostExpansionHelper(Op, L, At, Processed))