Searched defs:IsInRange (Results 1 – 4 of 4) sorted by relevance
124 bool IsInRange = IntVal >= From && IntVal <= To; in assumeInclusiveRangeInternal() local
64 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { IsInRange() function
661 static bool IsInRange(const Expr<T> &expr, int lb, int ub) { IsInRange() function
19901 auto IsInRange = [&](int RHSC, int Limit, int Scale) { getMVEIndexedAddressParts() local