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

Method addArgTy

tools/quick-fuzz.cpp:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 void addArgTy(Argument &arg, Type *ty) {
164 tyMap[&arg] = ty;
165 }
166
167 Type *getArgTy(Value *arg) {
168 return tyMap[arg];

Callers 1

goMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected