Searched refs:IsInRange (Results 1 – 3 of 3) sorted by relevance
65 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() function94 if (IsInRange(pc, ignored_code_ranges_[i])) { in IsIgnored()108 if (IsInRange(pc, instrumented_code_ranges_[i])) in IsPcInstrumented()
124 bool IsInRange = IntVal >= From && IntVal <= To; in assumeInclusiveRange() local125 bool isFeasible = (IsInRange == InRange); in assumeInclusiveRange()
323 bool IsInRange = isRV64() ? true : isInt<32>(Imm) || isUInt<32>(Imm); in isImmXLenLI() local324 return IsConstantImm && IsInRange && VK == RISCVMCExpr::VK_RISCV_None; in isImmXLenLI()