Searched refs:arg_op (Results 1 – 4 of 4) sorted by relevance
1001 Operation *arg_op = arg.getDefiningOp(); in matchAndRewrite() local1002 return arg_op && arg_op->getName() == first_arg_op->getName(); in matchAndRewrite()1112 Operation *arg_op = arg.getDefiningOp(); in matchAndRewrite() local1113 if (arg_op && arg_op->getName() == first_arg_op->getName()) { in matchAndRewrite()
1479 for (OpOperand& arg_op : return_op.getOperation()->getOpOperands()) { in InferShapeForFunctionReturnType()1480 Operation* arg_defining_op = arg_op.get().getDefiningOp(); in InferShapeForFunctionReturnType()1495 arg_op.set(input); in InferShapeForFunctionReturnType()1510 arg_op.set(new_cast_op); in InferShapeForFunctionReturnType()
1415 llvm::Value *arg_op = call_inst->getArgOperand(i); in Interpret() local1416 llvm::Type *arg_ty = arg_op->getType(); in Interpret()1427 if (!frame.EvaluateValue(tmp_op, arg_op, module)) { in Interpret()
13 "arg_op.cc",