HomeSort by: relevance | last modified time | path
    Searched refs:SCEVUMinExpr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionDivision.h 44 void visitUMinExpr(const SCEVUMinExpr *Numerator) {}
ScalarEvolutionExpressions.h 506 class SCEVUMinExpr : public SCEVMinMaxExpr {
509 SCEVUMinExpr(const FoldingSetNodeIDRef ID, const SCEV *const *O, size_t N)
596 return ((SC *)this)->visitUMinExpr((const SCEVUMinExpr *)S);
830 const SCEV *visitUMinExpr(const SCEVUMinExpr *Expr) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 470 Value *visitUMinExpr(const SCEVUMinExpr *S);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1811 Value *SCEVExpander::visitUMinExpr(const SCEVUMinExpr *S) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 5856 if (const SCEVUMinExpr *UMin = dyn_cast<SCEVUMinExpr>(S)) {
10891 IsMinMaxConsistingOf<SCEVUMinExpr>(LHS, RHS) ||

Completed in 66 milliseconds