Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h591 const SCEV *getUMinExpr(const SCEV *LHS, const SCEV *RHS);
592 const SCEV *getUMinExpr(SmallVectorImpl<const SCEV *> &Operands);
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h614 const SCEV *getUMinExpr(const SCEV *LHS, const SCEV *RHS);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1180 : SE.getUMaxExpr(Smallest, SE.getUMinExpr(Greatest, S)); in calculateSubRanges()
1823 const SCEV *NewEnd = SE.getUMinExpr(R1Value.getEnd(), R2.getEnd()); in IntersectUnsignedRange()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1249 const SCEV *getUMinExpr(const SCEV *LHS, const SCEV *RHS);
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp182 ScStart = SE->getUMinExpr(ScStart, ScEnd); in insert()
DScalarEvolution.cpp3231 const SCEV *ScalarEvolution::getUMinExpr(const SCEV *LHS, in getUMinExpr() function in ScalarEvolution
3612 return getUMinExpr(PromotedLHS, PromotedRHS); in getUMinFromMismatchedTypes()
4287 return getAddExpr(getUMinExpr(LS, RS), LDiff); in createNodeForSelectOrPHI()
8754 End = IsSigned ? getSMinExpr(RHS, Start) : getUMinExpr(RHS, Start); in howManyGreaterThans()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp2568 const SCEV *ScalarEvolution::getUMinExpr(const SCEV *LHS, in getUMinExpr() function in ScalarEvolution
2884 return getUMinExpr(PromotedLHS, PromotedRHS); in getUMinFromMismatchedTypes()
3866 return getAddExpr(getUMinExpr(LS, RS), LDiff); in createSCEV()
6167 getUMinExpr(MaxEnd, in HowManyLessThans()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp3710 const SCEV *ScalarEvolution::getUMinExpr(const SCEV *LHS, in getUMinExpr() function in ScalarEvolution
3713 return getUMinExpr(Ops); in getUMinExpr()
3716 const SCEV *ScalarEvolution::getUMinExpr(SmallVectorImpl<const SCEV *> &Ops) { in getUMinExpr() function in ScalarEvolution
4133 return getUMinExpr(PromotedOps); in getUMinFromMismatchedTypes()
5394 return getAddExpr(getUMinExpr(LS, RS), LDiff); in createNodeForSelectOrPHI()
10472 End = IsSigned ? getSMinExpr(RHS, Start) : getUMinExpr(RHS, Start); in howManyGreaterThans()
DLoopAccessAnalysis.cpp221 ScStart = SE->getUMinExpr(ScStart, ScEnd); in insert()