Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19886 auto IsInRange = [&](int RHSC, int Limit, int Scale) { in getMVEIndexedAddressParts() local
19904 if (Alignment >= 2 && IsInRange(RHSC, 0x80, 2)) in getMVEIndexedAddressParts()
19907 if (IsInRange(RHSC, 0x80, 1)) in getMVEIndexedAddressParts()
19911 IsInRange(RHSC, 0x80, 4)) in getMVEIndexedAddressParts()
19915 IsInRange(RHSC, 0x80, 2)) in getMVEIndexedAddressParts()
19917 else if ((CanChangeType || VT == MVT::v16i8) && IsInRange(RHSC, 0x80, 1)) in getMVEIndexedAddressParts()