Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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)
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp145 bool MayIncludeUndef = false);
481 Constant *C, bool MayIncludeUndef) { in markConstant() argument
482 if (!IV.markConstant(C, MayIncludeUndef)) in markConstant()