MCPcopy Create free account
hub / github.com/SVF-tools/SVF / hasValueNode

Method hasValueNode

svf-llvm/lib/LLVMModule.cpp:1093–1099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091 }
1092}
1093bool LLVMModuleSet::hasValueNode(const Value *val)
1094{
1095 if (SVFUtil::isa<ConstantPointerNull, UndefValue>(val))
1096 return true;
1097 else
1098 return (valSymMap.find(val) != valSymMap.end());
1099}
1100
1101NodeID LLVMModuleSet::getObjectNode(const Value *llvm_value)
1102{

Callers 1

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected