Searched refs:IsInRange (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_libignore.h | 64 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()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleConstraintManager.cpp | 123 bool IsInRange = IntVal >= From && IntVal <= To; in assumeInclusiveRangeInternal() local 124 bool isFeasible = (IsInRange == InRange); in assumeInclusiveRangeInternal()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 19585 auto IsInRange = [&](int RHSC, int Limit, int Scale) { in getMVEIndexedAddressParts() local 19603 if (Alignment >= 2 && IsInRange(RHSC, 0x80, 2)) in getMVEIndexedAddressParts() 19606 if (IsInRange(RHSC, 0x80, 1)) in getMVEIndexedAddressParts() 19610 IsInRange(RHSC, 0x80, 4)) in getMVEIndexedAddressParts() 19614 IsInRange(RHSC, 0x80, 2)) in getMVEIndexedAddressParts() 19616 else if ((CanChangeType || VT == MVT::v16i8) && IsInRange(RHSC, 0x80, 1)) in getMVEIndexedAddressParts()
|