HomeSort by relevance Sort by last modified time
    Searched refs:isHighCostExpansion (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp 674 static bool isHighCostExpansion(const SCEV *S,
683 return isHighCostExpansion(cast<SCEVTruncateExpr>(S)->getOperand(),
686 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
689 return isHighCostExpansion(cast<SCEVSignExtendExpr>(S)->getOperand(),
699 if (isHighCostExpansion(*I, Processed, SE))
709 return isHighCostExpansion(Mul->getOperand(1), Processed, SE);
    [all...]

Completed in 167 milliseconds