Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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;
216 bool MayIncludeUndef = false) {
222 if (MayIncludeUndef)
229 MergeOptions().setMayIncludeUndef(MayIncludeUndef));
302 bool markConstant(Constant *V, bool MayIncludeUndef = false) {
314 MergeOptions().setMayIncludeUndef(MayIncludeUndef));
357 (isUndef() || isConstantRangeIncludingUndef() || Opts.MayIncludeUndef)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp147 bool MayIncludeUndef = false);
474 Constant *C, bool MayIncludeUndef) { in markConstant() argument
475 if (!IV.markConstant(C, MayIncludeUndef)) in markConstant()
1255 bool MayIncludeUndef = !isa<PredicateAssume>(PI); in handleCallResult() local
1283 ValueLatticeElement::getRange(NewCR, MayIncludeUndef)); in handleCallResult()
1292 !MayIncludeUndef) { in handleCallResult()