Home
last modified time | relevance | path

Searched defs:ValueLatticeElement (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueLattice.h148 ValueLatticeElement() : Tag(unknown), NumRangeExtensions(0) {} in ValueLatticeElement() function
152 ValueLatticeElement(const ValueLatticeElement &Other) in ValueLatticeElement() function
171 ValueLatticeElement(ValueLatticeElement &&Other) in ValueLatticeElement() function
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h40 class ValueLatticeElement; variable