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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 245 Value *visitSMaxExpr(const SCEVSMaxExpr *S);
ScalarEvolutionExpressions.h 467 return ((SC*)this)->visitSMaxExpr((const SCEVSMaxExpr*)S);
606 virtual const SCEV *visitSMaxExpr(const SCEVSMaxExpr *Expr) {
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]

Completed in 59 milliseconds