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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h64 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { function in class:__sanitizer::LibIgnore
93 if (IsInRange(pc, ignored_code_ranges_[i])) {
107 if (IsInRange(pc, instrumented_code_ranges_[i]))
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp123 bool IsInRange = IntVal >= From && IntVal <= To; local
124 bool isFeasible = (IsInRange == InRange);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16847 auto IsInRange = [&](int RHSC, int Limit, int Scale) { local
16865 if (Alignment >= 2 && IsInRange(RHSC, 0x80, 2))
16868 if (IsInRange(RHSC, 0x80, 1))
16872 IsInRange(RHSC, 0x80, 4))
16876 IsInRange(RHSC, 0x80, 2))
16878 else if ((CanChangeType || VT == MVT::v16i8) && IsInRange(RHSC, 0x80, 1))

Completed in 212 milliseconds