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.h111 bool MayIncludeUndef; member
123 MergeOptions(bool MayIncludeUndef, bool CheckWiden,
125 : MayIncludeUndef(MayIncludeUndef), CheckWiden(CheckWiden), in MayIncludeUndef() function
129 MayIncludeUndef = V;
213 bool MayIncludeUndef = false) {
219 if (MayIncludeUndef)
226 MergeOptions().setMayIncludeUndef(MayIncludeUndef));
314 bool markConstant(Constant *V, bool MayIncludeUndef = false) {
326 MergeOptions().setMayIncludeUndef(MayIncludeUndef));
369 (isUndef() || isConstantRangeIncludingUndef() || Opts.MayIncludeUndef)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp516 bool MayIncludeUndef = false);
994 Constant *C, bool MayIncludeUndef) { in markConstant() argument
995 if (!IV.markConstant(C, MayIncludeUndef)) in markConstant()