MCPcopy Create free account
hub / github.com/Samsung/UTopia / exist

Function exist

tests/rootdefanalysis/TestRootDef.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 } while (0)
259
260bool exist(const RDNode &Node, llvm::Value &V, int Idx) {
261 auto Result = Node.getDefinition();
262 return Result.first == &V && Result.second == Idx;
263}
264
265class TestRootDefAnalyzer : public TestBase {};
266

Callers 2

TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 4

find_ifFunction · 0.85
getDefinitionMethod · 0.80
beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected