Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h134 bool isUndefValue(Value *V) const { in isUndefValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp230 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue() function