Home
last modified time | relevance | path

Searched refs:getUMinExpr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h665 const SCEV *getUMinExpr(const SCEV *LHS, const SCEV *RHS);
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3128 const SCEV *ScalarEvolution::getUMinExpr(const SCEV *LHS, in getUMinExpr() function in ScalarEvolution
3437 return getUMinExpr(PromotedLHS, PromotedRHS); in getUMinFromMismatchedTypes()
4388 return getAddExpr(getUMinExpr(LS, RS), LDiff); in createSCEV()
7384 : getUMinExpr(RHS, Start); in HowManyGreaterThans()