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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 440 /// SCEVSMaxExpr - This class represents a signed maximum selection.
442 class SCEVSMaxExpr : public SCEVCommutativeExpr {
445 SCEVSMaxExpr(const FoldingSetNodeIDRef ID,
549 return ((SC*)this)->visitSMaxExpr((const SCEVSMaxExpr*)S);
696 const SCEV *visitSMaxExpr(const SCEVSMaxExpr *Expr) {
799 const SCEV *visitSMaxExpr(const SCEVSMaxExpr *Expr) {
ScalarEvolutionExpander.h 245 Value *visitSMaxExpr(const SCEVSMaxExpr *S);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
IndVarSimplify.cpp     [all...]

Completed in 39 milliseconds