MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / getArgTy

Method getArgTy

tools/quick-fuzz.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 Type *getArgTy(Value *arg) {
168 return tyMap[arg];
169 }
170
171 Value *adapt(Value *Val, Type *Ty, const Twine &Name = Twine()) {
172 if (C.choose(15) == 0)

Callers 1

goMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected