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 358 /// SCEVSMaxExpr - This class represents a signed maximum selection.
360 class SCEVSMaxExpr : public SCEVCommutativeExpr {
363 SCEVSMaxExpr(const FoldingSetNodeIDRef ID,
467 return ((SC*)this)->visitSMaxExpr((const SCEVSMaxExpr*)S);
606 virtual 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 73 milliseconds