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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 286 Value *visitSMaxExpr(const SCEVSMaxExpr *S);
ScalarEvolutionExpressions.h 472 return ((SC*)this)->visitSMaxExpr((const SCEVSMaxExpr*)S);
611 const SCEV *visitSMaxExpr(const SCEVSMaxExpr *Expr) {
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
ScalarEvolution.cpp 756 void visitSMaxExpr(const SCEVSMaxExpr *Numerator) {}
    [all...]

Completed in 38 milliseconds