Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueLattice.h256 bool isOverdefined() const { return Tag == overdefined; } in isOverdefined() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp51 bool SCCPSolver::isOverdefined(const ValueLatticeElement &LV) { in isOverdefined() function in llvm::SCCPSolver