Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h113 bool MayIncludeUndef; member
125 MergeOptions(bool MayIncludeUndef, bool CheckWiden,
127 : MayIncludeUndef(MayIncludeUndef), CheckWiden(CheckWiden), in MayIncludeUndef() function
131 MayIncludeUndef = V;
215 bool MayIncludeUndef = false) {
221 if (MayIncludeUndef)
228 MergeOptions().setMayIncludeUndef(MayIncludeUndef));
316 bool markConstant(Constant *V, bool MayIncludeUndef = false) {
328 MergeOptions().setMayIncludeUndef(MayIncludeUndef));
371 (isUndef() || isConstantRangeIncludingUndef() || Opts.MayIncludeUndef)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp441 bool MayIncludeUndef = false);
903 Constant *C, bool MayIncludeUndef) { in markConstant() argument
904 if (!IV.markConstant(C, MayIncludeUndef)) in markConstant()