Home
last modified time | relevance | path

Searched refs:LVs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp963 std::vector<ValueLatticeElement> LVs = getStructLatticeValueFor(V); in getConstantOrNull() local
964 if (any_of(LVs, SCCPSolver::isOverdefined)) in getConstantOrNull()
969 ValueLatticeElement LV = LVs[I]; in getConstantOrNull()