Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Lower/Support/
DBoxValue.h44 using UnboxedValue = mlir::Value; variable
219 constexpr const UnboxedValue *getUnboxed() const { in getUnboxed()
220 return std::get_if<UnboxedValue>(&box); in getUnboxed()
232 std::variant<UnboxedValue, CharBoxValue, ArrayBoxValue, CharArrayBoxValue,
/external/llvm-project/flang/lib/Lower/
DConvertExpr.cpp15 [](const fir::UnboxedValue &x) { return x; }, in getBase()