Home
last modified time | relevance | path

Searched refs:IsInRange (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h64 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() function
93 if (IsInRange(pc, ignored_code_ranges_[i])) { in IsIgnored()
107 if (IsInRange(pc, instrumented_code_ranges_[i])) in IsPcInstrumented()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp123 bool IsInRange = IntVal >= From && IntVal <= To; in assumeInclusiveRange() local
124 bool isFeasible = (IsInRange == InRange); in assumeInclusiveRange()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18612 auto IsInRange = [&](int RHSC, int Limit, int Scale) { in getMVEIndexedAddressParts() local
18630 if (Alignment >= 2 && IsInRange(RHSC, 0x80, 2)) in getMVEIndexedAddressParts()
18633 if (IsInRange(RHSC, 0x80, 1)) in getMVEIndexedAddressParts()
18637 IsInRange(RHSC, 0x80, 4)) in getMVEIndexedAddressParts()
18641 IsInRange(RHSC, 0x80, 2)) in getMVEIndexedAddressParts()
18643 else if ((CanChangeType || VT == MVT::v16i8) && IsInRange(RHSC, 0x80, 1)) in getMVEIndexedAddressParts()