Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp61 enum LatticeValueTy { enum in __anon3633ecd40111::LVILatticeVal
80 LatticeValueTy Tag;
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp57 enum LatticeValueTy { enum in __anon129b48840111::LatticeVal
77 PointerIntPair<Constant *, 2, LatticeValueTy> Val;
79 LatticeValueTy getLatticeValue() const { in getLatticeValue()