Searched defs:BoundsRange (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ | ||
| D | bounds_analysis.cpp | 25 BoundsRange::BoundsRange(int64_t val, DataType::Type type) : BoundsRange(val, val, nullptr, type) {} in BoundsRange() function in panda::compiler::BoundsRange |