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

Method classof

lib/rootdefanalysis/RDTarget.cpp:364–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364bool RDRegister::classof(const RDTarget *Target) {
365
366 if (!Target)
367 return false;
368 return Target->getKind() == RDTarget::MemoryType_REG;
369}
370
371RDRegister::RDRegister(llvm::Value &IR) : RDTarget(MemoryType_REG, IR) {}
372

Callers

nothing calls this directly

Calls 1

getKindMethod · 0.45

Tested by

no test coverage detected