Lines Matching refs:UnboxedValue
391 [&](const fir::UnboxedValue &v) -> fir::ExtendedValue { in genLoad()
744 if (const fir::UnboxedValue *r = e.getUnboxed()) in genunbox()
783 if (const fir::UnboxedValue *lhs = left.getUnboxed()) in createCompareOp()
784 if (const fir::UnboxedValue *rhs = right.getUnboxed()) in createCompareOp()
797 if (const fir::UnboxedValue *lhs = left.getUnboxed()) in createFltCmpOp()
798 if (const fir::UnboxedValue *rhs = right.getUnboxed()) in createFltCmpOp()
842 if (const fir::UnboxedValue *s = var.getUnboxed()) in genval()
848 fir::UnboxedValue addr = *s; in genval()
1075 [&](const fir::UnboxedValue &toPtr) { in genval()
1384 [&](const fir::UnboxedValue &value) -> ExtValue { in genval()
2730 [&](const fir::UnboxedValue &v) -> ExtValue { in genTempExtAddr()