Lines Matching defs:output
57 const std::string& output = std::get<0>(result);
58 EXPECT_THAT(output, Not(HasSubstr("OpIMul")));
59 EXPECT_THAT(output, HasSubstr("OpShiftLeftLogical %uint %uint_5 %uint_3"));
127 const std::string& output = std::get<0>(result);
128 EXPECT_THAT(output, Not(HasSubstr("OpIMul")));
129 EXPECT_THAT(output, HasSubstr("OpShiftLeftLogical %int %int_4 %uint_5"));
215 const std::string& output = std::get<0>(result);
216 EXPECT_THAT(output,
218 EXPECT_THAT(output, Not(MatchesRegex(".*OpTypeInt 32 0.*OpTypeInt 32 0.*")));
249 const std::string& output = std::get<0>(result);
250 EXPECT_THAT(output, Not(HasSubstr("OpIMul")));
251 EXPECT_THAT(output, HasSubstr("OpShiftLeftLogical %uint %uint_5 %uint_7"));
252 EXPECT_THAT(output, HasSubstr("OpShiftLeftLogical %uint %uint_9 %uint_7"));
307 // output is in |foo_after|.