Lines Matching defs:resultTy
98 mlir::Location loc, TypePair boxTy, mlir::Value box, mlir::Type resultTy,
101 auto pty = getLlvmPtrType(resultTy.getContext());
107 auto castOp = integerCast(loc, rewriter, resultTy, loadOp);
180 mlir::Type resultTy = ::getLlvmPtrType(boxTy.llvm.getContext());
181 return getValueFromBox(loc, boxTy, box, resultTy, rewriter, kAddrPosInBox);
185 mlir::Location loc, mlir::Type resultTy, TypePair boxTy, mlir::Value box,
187 return getValueFromBox(loc, boxTy, box, resultTy, rewriter, kElemLenPosInBox);
194 mlir::Type resultTy = getBoxEleTy(boxTy.llvm, {kRankPosInBox});
195 return getValueFromBox(loc, boxTy, box, resultTy, rewriter, kRankPosInBox);
202 mlir::Type resultTy = getBoxEleTy(boxTy.llvm, {kExtraPosInBox});
203 return getValueFromBox(loc, boxTy, box, resultTy, rewriter, kExtraPosInBox);