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.h287 LLVM_ABI OffsetSpan visitConstantPointerNull(ConstantPointerNull &);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp877 return visitConstantPointerNull(*P); in computeValue()
955 ObjectSizeOffsetVisitor::visitConstantPointerNull(ConstantPointerNull &CPN) { in visitConstantPointerNull() function in ObjectSizeOffsetVisitor