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 685 static bool isHighCostExpansion(const SCEV *S,
694 return isHighCostExpansion(cast<SCEVTruncateExpr>(S)->getOperand(),
697 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
700 return isHighCostExpansion(cast<SCEVSignExtendExpr>(S)->getOperand(),
710 if (isHighCostExpansion(*I, Processed, SE))
720 return isHighCostExpansion(Mul->getOperand(1), Processed, SE);
    [all...]

Completed in 47 milliseconds