Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp124 bool IsInRange = IntVal >= From && IntVal <= To; in assumeInclusiveRangeInternal() local
125 bool isFeasible = (IsInRange == InRange); in assumeInclusiveRangeInternal()
/src/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()