Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h232 SizeOffsetType visitConstantPointerNull(ConstantPointerNull&);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp517 return visitConstantPointerNull(*P); in compute()
644 ObjectSizeOffsetVisitor::visitConstantPointerNull(ConstantPointerNull& CPN) { in visitConstantPointerNull() function in ObjectSizeOffsetVisitor