Home
last modified time | relevance | path

Searched defs:IsInRange (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dchar-predicates-inl.h32 inline bool IsInRange(int value, int lower_limit, int higher_limit) { in IsInRange() function
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp222 bool IsInRange = IntVal >= From && IntVal <= To; in assumeWithinInclusiveRange() local
/external/v8/src/compiler/
Dnode-matchers.h121 bool IsInRange(const T& low, const T& high) const { in IsInRange() function
159 bool IsInRange(const T& low, const T& high) const { in IsInRange() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp276 bool IsInRange = isRV64() ? true : isInt<32>(Imm) || isUInt<32>(Imm); in isImmXLen() local