Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h261 SizeOffsetAPInt visitUndefValue(UndefValue &);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp769 return visitUndefValue(*UV); in computeValue()
1030 SizeOffsetAPInt ObjectSizeOffsetVisitor::visitUndefValue(UndefValue &) { in visitUndefValue() function in ObjectSizeOffsetVisitor