Searched defs:BoundsRange (Results 1 – 1 of 1) sorted by relevance
26 BoundsRange::BoundsRange(int64_t val, DataType::Type type) : BoundsRange(val, val, nullptr, type) {} in BoundsRange() function in ark::compiler::BoundsRange44 BoundsRange::BoundsRange(int64_t left, int64_t right, const Inst *inst, [[maybe_unused]] DataType::… in BoundsRange() function in ark::compiler::BoundsRange