Searched refs:newBox (Results 1 – 3 of 3) sorted by relevance
58 int *&newBox = getNewBox(); in getValue() local59 newBox = 0; in getValue()60 return newBox; in getValue()
280 BoxValue clone(mlir::Value newBox) const { in clone() argument281 return {newBox, lbounds, explicitParams, extents}; in clone()361 MutableBoxValue clone(mlir::Value newBox) const { in clone() argument362 return {newBox, lenParams, mutableProperties}; in clone()
214 void updateWithIrBox(mlir::Value newBox) { in updateWithIrBox() argument216 builder.create<fir::StoreOp>(loc, newBox, box.getAddr()); in updateWithIrBox()