Lines Matching refs:insert_before
70 auto insert_before =
73 if (!insert_before) {
78 spv::Op::OpLoad, insert_before)) {
83 spv::Op::OpAtomicLoad, insert_before)) {
109 // |insert_before|.
111 ir_context, insert_before, message_.memory_scope_id())) {
115 ir_context, insert_before, message_.memory_semantics_id())) {
169 return fuzzerutil::IdIsAvailableBeforeInstruction(ir_context, insert_before,
180 auto insert_before =
190 insert_before->InsertBefore(std::move(new_instruction));
195 ir_context->get_instr_block(insert_before));
201 auto insert_before =
208 insert_before->InsertBefore(std::move(new_instruction));
213 ir_context->get_instr_block(insert_before));