Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h273 SizeOffsetType visitConstantPointerNull(ConstantPointerNull&);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp629 return visitConstantPointerNull(*P); in compute()
760 ObjectSizeOffsetVisitor::visitConstantPointerNull(ConstantPointerNull& CPN) { in visitConstantPointerNull() function in ObjectSizeOffsetVisitor