Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libignore.h65 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() function
94 if (IsInRange(pc, ignored_code_ranges_[i])) { in IsIgnored()
108 if (IsInRange(pc, instrumented_code_ranges_[i])) in IsPcInstrumented()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.h63 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() function
92 if (IsInRange(pc, ignored_code_ranges_[i])) { in IsIgnored()
106 if (IsInRange(pc, instrumented_code_ranges_[i])) in IsPcInstrumented()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp123 bool IsInRange = IntVal >= From && IntVal <= To; in assumeInclusiveRange() local
124 bool isFeasible = (IsInRange == InRange); in assumeInclusiveRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17894 auto IsInRange = [&](int RHSC, int Limit, int Scale) { in getMVEIndexedAddressParts() local
17912 if (Alignment >= 2 && IsInRange(RHSC, 0x80, 2)) in getMVEIndexedAddressParts()
17915 if (IsInRange(RHSC, 0x80, 1)) in getMVEIndexedAddressParts()
17919 IsInRange(RHSC, 0x80, 4)) in getMVEIndexedAddressParts()
17923 IsInRange(RHSC, 0x80, 2)) in getMVEIndexedAddressParts()
17925 else if ((CanChangeType || VT == MVT::v16i8) && IsInRange(RHSC, 0x80, 1)) in getMVEIndexedAddressParts()