Lines Matching defs:nxtOpnd
2624 mlir::Value nxtOpnd = coors[i];
2631 type = recTy.getType(getFieldNumber(recTy, nxtOpnd));
2634 type = tupTy.getType(getConstantIntValue(nxtOpnd));
2649 mlir::Value nxtOpnd = coors[i];
2656 type = strTy.getType(getFieldNumber(strTy, nxtOpnd));
2658 type = strTy.getType(getConstantIntValue(nxtOpnd));
2738 mlir::Value nxtOpnd = operands[i];
2739 cpnTy = recTy.getType(getFieldNumber(recTy, nxtOpnd));
2743 llvm::ArrayRef<mlir::LLVM::GEPArg>{0, nxtOpnd});
2803 mlir::Value nxtOpnd = operands[i];
2810 arrIdx.push_back(nxtOpnd);
2827 arrIdx.push_back(nxtOpnd);
2831 offs.push_back(nxtOpnd);
2837 cpnTy = recTy.getType(getFieldNumber(recTy, nxtOpnd));
2839 cpnTy = tupTy.getType(getConstantIntValue(nxtOpnd));
2843 offs.push_back(nxtOpnd);