Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueLattice.h111 bool MayIncludeUndef; member
125 : MayIncludeUndef(MayIncludeUndef), CheckWiden(CheckWiden), in MayIncludeUndef() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp474 Constant *C, bool MayIncludeUndef) { in markConstant()
1255 bool MayIncludeUndef = !isa<PredicateAssume>(PI); in handleCallResult() local