Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp62 enum LatticeValueTy { enum in __anon695cd6450111::LVILatticeVal
81 LatticeValueTy Tag;
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp58 enum LatticeValueTy { enum in __anon45c431f50111::LatticeVal
78 PointerIntPair<Constant *, 2, LatticeValueTy> Val;
80 LatticeValueTy getLatticeValue() const { in getLatticeValue()