Searched refs:hexv (Results 1 – 1 of 1) sorted by relevance
444 fir::ExtendedValue hexv = getExtendedValue(hsb); in createHostAssociateVarClone() local445 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() local524 lhs = hexv; in copyHostAssociateVar()528 rhs = hexv; in copyHostAssociateVar()538 } else if (hexv.getBoxOf<fir::CharBoxValue>()) { in copyHostAssociateVar()[all …]