Lines Matching refs:newBase
227 mlir::Value newBase, mlir::Value newLen = {}) { in arrayLoadExtValue() argument
247 return fir::CharBoxValue{newBase, len};
249 return newBase;
268 return fir::CharArrayBoxValue(newBase, len, extents, origins); in __anon67dfc8450102()
270 return fir::ArrayBoxValue(newBase, extents, origins); in __anon67dfc8450102()
295 newBase = builder.create<fir::ReboxOp>(loc, oldBox.getType(), oldBox,
299 return fir::substBase(arrayToExtendedValue(extents, origins), newBase);
1396 mlir::Value newBase = in genval() local
1398 return fir::substBase(input, newBase); in genval()
5300 auto newBase = in genarr() local
5302 return fir::substBase(val, newBase); in genarr()
7093 mlir::Value newBase = access; in applyPathToArrayLoad() local
7101 newBase = charDst.getAddr(); in applyPathToArrayLoad()
7103 return arrayLoadExtValue(builder, loc, load, iters.iterVec(), newBase, in applyPathToArrayLoad()
7106 return arrayLoadExtValue(builder, loc, load, iters.iterVec(), newBase); in applyPathToArrayLoad()