Searched refs:getUMinExpr (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 591 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/ |
D | ScalarEvolution.h | 614 const SCEV *getUMinExpr(const SCEV *LHS, const SCEV *RHS);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1180 : 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/ |
D | ScalarEvolution.h | 1249 const SCEV *getUMinExpr(const SCEV *LHS, const SCEV *RHS);
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 182 ScStart = SE->getUMinExpr(ScStart, ScEnd); in insert()
|
D | ScalarEvolution.cpp | 3231 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/ |
D | ScalarEvolution.cpp | 2568 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/ |
D | ScalarEvolution.cpp | 3710 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()
|
D | LoopAccessAnalysis.cpp | 221 ScStart = SE->getUMinExpr(ScStart, ScEnd); in insert()
|