Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp25 BoundsRange::BoundsRange(int64_t val, DataType::Type type) : BoundsRange(val, val, nullptr, type) {} in BoundsRange() function in panda::compiler::BoundsRange
27 BoundsRange::BoundsRange(int64_t left, int64_t right, const Inst *inst, [[maybe_unused]] DataType::… in BoundsRange() function in panda::compiler::BoundsRange