Home
last modified time | relevance | path

Searched refs:isConstantRangeIncludingUndef (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/include/llvm/Analysis/
DValueLattice.h243 bool isConstantRangeIncludingUndef() const { in isConstantRangeIncludingUndef() function
357 (isUndef() || isConstantRangeIncludingUndef() || Opts.MayIncludeUndef)
446 Opts.setMayIncludeUndef(RHS.isConstantRangeIncludingUndef()));
/external/llvm-project/llvm/lib/Analysis/
DValueLattice.cpp23 if (Val.isConstantRangeIncludingUndef()) in operator <<()
DLazyValueInfo.cpp129 std::move(Range), /*MayIncludeUndef=*/A.isConstantRangeIncludingUndef() | in intersect()
130 B.isConstantRangeIncludingUndef()); in intersect()
845 ResultCR, TrueVal.isConstantRangeIncludingUndef() | in solveBlockValueSelect()
846 FalseVal.isConstantRangeIncludingUndef()); in solveBlockValueSelect()
852 TrueCR.abs(), TrueVal.isConstantRangeIncludingUndef()); in solveBlockValueSelect()
855 FalseCR.abs(), FalseVal.isConstantRangeIncludingUndef()); in solveBlockValueSelect()
862 Zero.sub(TrueCR.abs()), FalseVal.isConstantRangeIncludingUndef()); in solveBlockValueSelect()
865 Zero.sub(FalseCR.abs()), FalseVal.isConstantRangeIncludingUndef()); in solveBlockValueSelect()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp2105 if (ReturnValue.isConstantRangeIncludingUndef()) in runIPSCCP()