Searched defs:IsInRange (Results 1 – 5 of 5) sorted by relevance
123 bool IsInRange = IntVal >= From && IntVal <= To; in assumeInclusiveRange() local
64 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() function
65 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() function
63 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() function
17894 auto IsInRange = [&](int RHSC, int Limit, int Scale) { in getMVEIndexedAddressParts() local