Home
last modified time | relevance | path

Searched refs:getValueRange (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp82 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 DInterp.cpp911 ED->getValueRange(Max, Min); in diagnoseEnumValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4042 void getValueRange(llvm::APInt &Max, llvm::APInt &Min) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4965 void EnumDecl::getValueRange(llvm::APInt &Max, llvm::APInt &Min) const { in getValueRange() function in EnumDecl
H A DExprConstant.cpp14397 ED->getValueRange(Max, Min); in VisitCastExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1875 ED->getValueRange(End, Min); in getRangeForType()