Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DValueLattice.h111 bool MayIncludeUndef; member
125 : MayIncludeUndef(MayIncludeUndef), CheckWiden(CheckWiden), in MayIncludeUndef() function
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp389 bool MayIncludeUndef = false) { in markConstant()
1315 bool MayIncludeUndef = !isa<PredicateAssume>(PI); in handleCallResult() local