Home
last modified time | relevance | path

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

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