Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp56 enum LatticeValueTy { enum in __anon033df9310111::LVILatticeVal
75 LatticeValueTy Tag;
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp59 enum LatticeValueTy { enum in __anondfa554e10111::LatticeVal
79 PointerIntPair<Constant *, 2, LatticeValueTy> Val;
81 LatticeValueTy getLatticeValue() const { in getLatticeValue()