Searched refs:instruction1 (Results 1 – 4 of 4) sorted by relevance
40 auto instruction1 = ir_context->get_def_use_mgr()->GetDef(result_id1); in IsApplicable() local42 if (instruction1 == nullptr || instruction2 == nullptr) { in IsApplicable()46 if (instruction1->opcode() != SpvOpVariable || in IsApplicable()66 auto instruction1 = in Apply() local74 temp_instruction->InsertBefore(instruction1); in Apply()75 instruction1->InsertAfter(instruction2); in Apply()
1097 #define I32_SHIFTOP_I(name, instruction, instruction1) \ argument1101 instruction1(dst, src, amount & 0x1f); \