Searched refs:bit_instruction (Results 1 – 6 of 6) sorted by relevance
83 auto bit_instruction = in Apply() local89 switch (bit_instruction->opcode()) { in Apply()95 bit_instruction); in Apply()170 opt::IRContext* ir_context, opt::Instruction* bit_instruction) { in GetRequiredFreshIdCount() argument173 switch (bit_instruction->opcode()) { in GetRequiredFreshIdCount()178 return (2 + bit_instruction->NumInOperands()) * in GetRequiredFreshIdCount()180 ->GetType(bit_instruction->type_id()) in GetRequiredFreshIdCount()192 opt::Instruction* bit_instruction) const { in AddOpBitwiseOrOpNotSynonym()198 ->GetType(bit_instruction->type_id()) in AddOpBitwiseOrOpNotSynonym()220 for (auto operand = bit_instruction->begin() + 2; in AddOpBitwiseOrOpNotSynonym()[all …]
129 opt::Instruction* bit_instruction);