Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h476 constexpr const A *getBoxOf() const { in getBoxOf() function
481 return getBoxOf<CharBoxValue>(); in getCharBox()
485 return getBoxOf<UnboxedValue>(); in getUnboxed()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DCharacter.cpp127 if (lhs.getBoxOf<fir::BoxValue>() || rhs.getBoxOf<fir::BoxValue>()) in genCharCompare()
/llvm-project-15.0.7/flang/lib/Lower/
H A DHostAssociations.cpp245 assert(args.hostValue.getBoxOf<fir::MutableBoxValue>() && in instantiateHostTuple()
336 if (args.hostValue.getBoxOf<fir::BoxValue>() && in instantiateHostTuple()
H A DConvertExpr.cpp211 if (const auto *ptrOrAlloc = actual.getBoxOf<fir::MutableBoxValue>()) in genActualIsPresentTest()
448 if (const auto *box = exv.getBoxOf<fir::MutableBoxValue>()) in genOptionalAddr()
464 if (exv.getBoxOf<fir::BoxValue>()) in genOptionalBox()
470 if (const auto *box = exv.getBoxOf<fir::MutableBoxValue>()) in genOptionalBox()
678 exv.getBoxOf<fir::MutableBoxValue>(); in genMutableBoxValue()
1955 if (!array.getBoxOf<fir::BoxValue>()) in genCoordinateOp()
2449 if (const auto *box = res.getBoxOf<fir::MutableBoxValue>()) in genProcedureRef()
2782 if (const auto *box = exv.getBoxOf<fir::BoxValue>()) in readIfBoxValue()
6140 if (const auto *mutableBox = exv.getBoxOf<fir::MutableBoxValue>()) in genOptionalArrayFetch()
H A DIntrinsicCall.cpp3501 const auto *mold = args[0].getBoxOf<fir::MutableBoxValue>(); in genNull()
3873 if (const auto *boxValue = args[0].getBoxOf<fir::BoxValue>()) in genSize()
4008 if (const auto *boxValue = array.getBoxOf<fir::BoxValue>()) in genLbound()
H A DBridge.cpp538 } else if (hexv.getBoxOf<fir::CharBoxValue>()) { in copyHostAssociateVar()
540 } else if (hexv.getBoxOf<fir::MutableBoxValue>()) { in copyHostAssociateVar()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp587 if (auto *str = rhs.getBoxOf<fir::CharBoxValue>()) { in createAssign()
588 if (auto *to = lhs.getBoxOf<fir::CharBoxValue>()) { in createAssign()