Lines Matching full:foo*
269 "OpName %foo_i1_ \"foo(i1;\"",
296 "%26 = OpFunctionCall %int %foo_i1_ %param",
307 // output is in |foo_after|.
308 const std::vector<const char*> foo_before = {
310 "%foo_i1_ = OpFunction %int None %8",
322 const std::vector<const char*> foo_after = {
324 "%foo_i1_ = OpFunction %int None %8",
337 JoinAllInsts(Concat(common_text, foo_before)),
338 JoinAllInsts(Concat(common_text, foo_after)),
355 "OpName %foo_i1_ \"foo(i1;\"",
382 "%26 = OpFunctionCall %int %foo_i1_ %param",
395 const std::vector<const char*> foo_before = {
397 "%foo_i1_ = OpFunction %int None %8",
410 const std::vector<const char*> foo_after = {
412 "%foo_i1_ = OpFunction %int None %8",
426 JoinAllInsts(Concat(common_text, foo_before)),
427 JoinAllInsts(Concat(common_text, foo_after)),