Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h113 bool MayIncludeUndef; global() member
127 : MayIncludeUndef(MayIncludeUndef), CheckWiden(CheckWiden), MayIncludeUndef() function
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp909 markConstant(ValueLatticeElement & IV,Value * V,Constant * C,bool MayIncludeUndef) markConstant() argument