Home
last modified time | relevance | path

Searched defs:isUndefValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DInstructionSimplify.h134 bool isUndefValue(Value *V) const { in isUndefValue() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp229 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue() function