HomeSort by: relevance | last modified time | path
    Searched defs:visitUMinExpr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionDivision.h 44 void visitUMinExpr(const SCEVUMinExpr *Numerator) {}
ScalarEvolutionExpressions.h 596 return ((SC *)this)->visitUMinExpr((const SCEVUMinExpr *)S);
830 const SCEV *visitUMinExpr(const SCEVUMinExpr *Expr) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1811 Value *SCEVExpander::visitUMinExpr(const SCEVUMinExpr *S) {

Completed in 29 milliseconds