Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DValueLattice.h146 ValueLatticeElement() : Tag(unknown), NumRangeExtensions(0) {} in ValueLatticeElement() function
150 ValueLatticeElement(const ValueLatticeElement &Other) in ValueLatticeElement() function
169 ValueLatticeElement(ValueLatticeElement &&Other) in ValueLatticeElement() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h63 ValueLatticeElement() : Tag(undefined) {} in ValueLatticeElement() function
82 ValueLatticeElement(const ValueLatticeElement &Other) : Tag(undefined) { in ValueLatticeElement() function