Home
last modified time | relevance | path

Searched refs:lhs_i (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dopt_array_splitting.cpp412 ir_rvalue *lhs_i = in visit_leave() local
422 new(mem_ctx) ir_assignment(lhs_i, rhs_i, condition_i); in visit_leave()
Dlower_ubo_reference.cpp867 ir_dereference *lhs_i = in check_for_buffer_array_copy() local
874 ir->insert_after(assign(lhs_i, rhs_i)); in check_for_buffer_array_copy()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc366 auto lhs_i = std::get<0>(pair); in ArraysAreCastCompatible() local
368 if (!AreCastCompatible({lhs_i, rhs_i})) return false; in ArraysAreCastCompatible()