Home
last modified time | relevance | path

Searched refs:boundValues (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dtype-info.cpp57 if (const Value * boundValues{bounds()}) { in GetElements() local
60 boundValues[2 * j].GetValue(&instance).value_or(0)}; in GetElements()
62 boundValues[2 * j + 1].GetValue(&instance).value_or(0)}; in GetElements()
108 const typeInfo::Value *boundValues{bounds()}; in EstablishDescriptor() local
109 RUNTIME_CHECK(terminator, boundValues != nullptr); in EstablishDescriptor()
112 auto lb{boundValues++->GetValue(&container)}; in EstablishDescriptor()
113 auto ub{boundValues++->GetValue(&container)}; in EstablishDescriptor()