Lines Matching defs:resultTy
43 auto resultTy = getTypeConverter()->convertType(op.getType());
44 if (!resultTy) {
48 rewriter.replaceOpWithNewOp<emitc::VariableOp>(op, resultTy, noInit);
71 auto resultTy = getTypeConverter()->convertType(op.getType());
72 if (!resultTy) {
94 op, operands.getSymName(), resultTy, initialValue, externSpecifier,
108 auto resultTy = getTypeConverter()->convertType(op.getType());
109 if (!resultTy) {
113 rewriter.replaceOpWithNewOp<emitc::GetGlobalOp>(op, resultTy,
126 auto resultTy = getTypeConverter()->convertType(op.getType());
127 if (!resultTy) {
140 rewriter.replaceOpWithNewOp<emitc::LoadOp>(op, resultTy, subscript);