Home
last modified time | relevance | path

Searched defs:IsInRange (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp124 bool IsInRange = IntVal >= From && IntVal <= To; in assumeInclusiveRangeInternal() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h64 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { IsInRange() function
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics-library.cpp661 static bool IsInRange(const Expr<T> &expr, int lb, int ub) { IsInRange() function
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19901 auto IsInRange = [&](int RHSC, int Limit, int Scale) { getMVEIndexedAddressParts() local