Searched defs:isUndefValue (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | GVN.cpp | 257 bool isUndefValue() const { return Kind == ValType::UndefVal; } isUndefValue() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | InstructionSimplify.cpp | 7286 bool SimplifyQuery::isUndefValue(Value *V) const { isUndefValue() function in llvm::SimplifyQuery |