Lines Matching refs:succeeded
85 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
88 EXPECT_TRUE(succeeded); in TEST_P()
528 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
531 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P()
532 if (succeeded && inst != nullptr) { in TEST_P()
609 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
612 EXPECT_TRUE(succeeded); in TEST_P()
1220 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
1223 EXPECT_TRUE(succeeded); in TEST_P()
1367 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
1370 EXPECT_TRUE(succeeded); in TEST_P()
2224 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
2229 EXPECT_TRUE((!succeeded) == (tc.expected_result == 0)); in TEST_P()
2230 if (succeeded) { in TEST_P()
3814 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
3819 EXPECT_TRUE((!succeeded) == (tc.expected_result == 0)); in TEST_P()
3820 if (succeeded) { in TEST_P()
3936 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
3937 EXPECT_EQ(succeeded, tc.expected_result); in TEST_P()
3938 if (succeeded) { in TEST_P()
5846 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
5847 EXPECT_EQ(succeeded, tc.expected_result); in TEST_P()
5848 if (succeeded) { in TEST_P()