Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1049 std::optional<ValueLatticeElement> OptEltVal = in solveBlockValueInsertElement() local
1051 if (!OptEltVal) in solveBlockValueInsertElement()
1053 ValueLatticeElement &Res = *OptEltVal; in solveBlockValueInsertElement()