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 746 static bool isHighCostExpansion(const SCEV *S,
755 return isHighCostExpansion(cast<SCEVTruncateExpr>(S)->getOperand(),
758 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
761 return isHighCostExpansion(cast<SCEVSignExtendExpr>(S)->getOperand(),
771 if (isHighCostExpansion(*I, Processed, SE))
781 return isHighCostExpansion(Mul->getOperand(1), Processed, SE);
    [all...]

Completed in 173 milliseconds