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.cpp1063 std::vector<ValueLatticeElement> LVs = getStructLatticeValueFor(V); in getConstantOrNull() local
1064 if (any_of(LVs, SCCPSolver::isOverdefined)) in getConstantOrNull()
1069 ValueLatticeElement LV = LVs[I]; in getConstantOrNull()