Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
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)
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp389 bool MayIncludeUndef = false) { in markConstant() argument
390 if (!IV.markConstant(C, MayIncludeUndef)) in markConstant()
1315 bool MayIncludeUndef = !isa<PredicateAssume>(PI); in handleCallResult() local
1344 ValueLatticeElement::getRange(NewCR, MayIncludeUndef)); in handleCallResult()
1353 !MayIncludeUndef) { in handleCallResult()