Home
last modified time | relevance | path

Searched refs:visitConstantPointerNull (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h252 SizeOffsetAPInt visitConstantPointerNull(ConstantPointerNull &);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp763 return visitConstantPointerNull(*P); in computeValue()
821 ObjectSizeOffsetVisitor::visitConstantPointerNull(ConstantPointerNull &CPN) { in visitConstantPointerNull() function in ObjectSizeOffsetVisitor