Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp444 fir::ExtendedValue hexv = getExtendedValue(hsb); in createHostAssociateVarClone() local
445 fir::ExtendedValue exv = hexv.match( in createHostAssociateVarClone()
453 fir::factory::getExtents(loc, *builder, hexv); in createHostAssociateVarClone()
471 allocate(fir::factory::getExtents(loc, *builder, hexv), in createHostAssociateVarClone()
473 return fir::substBase(hexv, temp); in createHostAssociateVarClone()
483 mlir::Value oldVal = fir::getBase(hexv); in createHostAssociateVarClone()
505 fir::ExtendedValue hexv = getExtendedValue(hsb); in copyHostAssociateVar() local
524 lhs = hexv; in copyHostAssociateVar()
528 rhs = hexv; in copyHostAssociateVar()
538 } else if (hexv.getBoxOf<fir::CharBoxValue>()) { in copyHostAssociateVar()
[all …]