Searched refs:getValueRange (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BypassSlowDivision.cpp | 82 ValueRange getValueRange(Value *Op, VisitedSetTy &Visited); 219 return getValueRange(V, Visited) == VALRNG_LIKELY_LONG || in isHashLikeValue() 228 ValueRange FastDivInsertionTask::getValueRange(Value *V, in getValueRange() function in FastDivInsertionTask 356 ValueRange DividendRange = getValueRange(Dividend, SetL); in insertFastDivAndRem() 361 ValueRange DivisorRange = getValueRange(Divisor, SetR); in insertFastDivAndRem()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 911 ED->getValueRange(Max, Min); in diagnoseEnumValue()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 4042 void getValueRange(llvm::APInt &Max, llvm::APInt &Min) const;
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 4965 void EnumDecl::getValueRange(llvm::APInt &Max, llvm::APInt &Min) const { in getValueRange() function in EnumDecl
|
H A D | ExprConstant.cpp | 14397 ED->getValueRange(Max, Min); in VisitCastExpr()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 1875 ED->getValueRange(End, Min); in getRangeForType()
|