Home
last modified time | relevance | path

Searched defs:new_expr (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_intrinsics.c332 nir_def *new_expr = nir_load_helper_invocation(b, 1); in opt_intrinsics_intrin() local
/aosp_15_r20/external/selinux/libsepol/src/
H A Dconditional.c272 cond_expr_t *cur, *head, *tail, *new_expr; in cond_copy_expr() local
H A Dexpand.c320 constraint_expr_t *new_expr = NULL; in constraint_node_clone() local
/aosp_15_r20/external/libcups/tools/
H A Dippfind.c2442 new_expr(ippfind_op_t op, /* I - Operation */ in new_expr() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dloopnest.cpp1186 IfThenElseReplacer(IfThenElsePtr to_replace, ExprPtr new_expr) in IfThenElseReplacer()