Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
218 bool MayIncludeUndef = false) {
224 if (MayIncludeUndef)
231 MergeOptions().setMayIncludeUndef(MayIncludeUndef));
304 bool markConstant(Constant *V, bool MayIncludeUndef = false) {
316 MergeOptions().setMayIncludeUndef(MayIncludeUndef));
359 (isUndef() || isConstantRangeIncludingUndef() || Opts.MayIncludeUndef)
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp376 bool MayIncludeUndef = false);
742 Constant *C, bool MayIncludeUndef) { in markConstant() argument
743 if (!IV.markConstant(C, MayIncludeUndef)) in markConstant()