Lines Matching defs:inputBoxTyPair
1535 auto inputBoxTyPair = this->getBoxTypePair(inputBoxTy);
1549 eleSize = this->getElementSizeFromBox(loc, idxTy, inputBoxTyPair,
1551 cfiTy = this->getValueFromBox(loc, inputBoxTyPair, loweredBox,
1557 typeDesc = this->loadTypeDescAddress(loc, inputBoxTyPair, loweredBox,
1562 this->getExtraFromBox(loc, inputBoxTyPair, loweredBox, rewriter);
1998 TypePair inputBoxTyPair = getBoxTypePair(rebox.getBox().getType());
2009 mlir::Value len = getElementSizeFromBox(loc, idxTy, inputBoxTyPair,
2027 if (mlir::isa<fir::ClassType>(inputBoxTyPair.fir) &&
2030 loadTypeDescAddress(loc, inputBoxTyPair, loweredBox, rewriter);
2042 getDimsFromBox(loc, {idxTy, idxTy, idxTy}, inputBoxTyPair, loweredBox,
2049 getBaseAddrFromBox(loc, inputBoxTyPair, loweredBox, rewriter);