Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp575 if (std::optional<ValueLatticeElement> OptLatticeVal = in getBlockValue() local
577 intersectAssumeOrGuardBlockValueConstantRange(Val, *OptLatticeVal, CxtI); in getBlockValue()
578 return OptLatticeVal; in getBlockValue()