Home
last modified time | relevance | path

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

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