Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSimpleConstraintManager.cpp123 bool IsInRange = IntVal >= From && IntVal <= To; in assumeInclusiveRange() local
124 bool isFeasible = (IsInRange == InRange); in assumeInclusiveRange()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp15466 auto IsInRange = [&](int RHSC, int Limit, int Scale) { in getMVEIndexedAddressParts() local
15484 if (Align >= 2 && IsInRange(RHSC, 0x80, 2)) in getMVEIndexedAddressParts()
15487 if (IsInRange(RHSC, 0x80, 1)) in getMVEIndexedAddressParts()
15491 IsInRange(RHSC, 0x80, 4)) in getMVEIndexedAddressParts()
15495 IsInRange(RHSC, 0x80, 2)) in getMVEIndexedAddressParts()
15497 else if ((CanChangeType || VT == MVT::v16i8) && IsInRange(RHSC, 0x80, 1)) in getMVEIndexedAddressParts()