Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp257 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp7312 bool SimplifyQuery::isUndefValue(Value *V) const { in isUndefValue() function in llvm::SimplifyQuery