Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Dialect/
H A DFortranVariableInterface.cpp21 const bool sourceIsBoxValue = mlir::isa<fir::BaseBoxType>(memType); in verifyDeclareLikeOpImpl() local
23 const bool sourceIsBox = sourceIsBoxValue || sourceIsBoxAddress; in verifyDeclareLikeOpImpl()
55 if (!sourceIsBoxValue) in verifyDeclareLikeOpImpl()