Searched refs:SubOverflow (Results 1 – 8 of 8) sorted by relevance
42 } else if (if_inst->GetOpcode() == Opcode::SubOverflow) { in HandleIfBlock()62 case Opcode::SubOverflow: in HandlePrevInstruction()
49 …hen, Else: Kind::IfElse, While: Kind::While, AddOverflow: Kind::IfThen, SubOverflow: Kind::IfThen }
337 case Opcode::SubOverflow: in CC()848 case Opcode::SubOverflow: in SrcType()
271 … last->GetOpcode() == Opcode::AddOverflow || last->GetOpcode() == Opcode::SubOverflow); in RemovePredecessors()
213 last->GetOpcode() == Opcode::AddOverflow || last->GetOpcode() == Opcode::SubOverflow) { in ProcessBB()
1177 TEST_F(CodegenTest, SubOverflow) in TEST_F() argument1190 INST(4, Opcode::SubOverflow).i32().SrcType(DataType::INT32).CC(CC_EQ).Inputs(0, 1); in TEST_F()
1000 TEST_F(Encoder64Test, SubOverflow) in TEST_F() argument
999 TEST_F(Encoder64Test, SubOverflow) in TEST_F() argument