Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h222 SizeOffsetType visitConstantPointerNull(ConstantPointerNull&);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp762 return visitConstantPointerNull(*P); in computeImpl()
823 ObjectSizeOffsetVisitor::visitConstantPointerNull(ConstantPointerNull& CPN) { in visitConstantPointerNull() function in ObjectSizeOffsetVisitor