Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DSparsePropagation.h341 LatticeVal SCValue; in getFeasibleSuccessors() local
343 SCValue = getValueState(KeyInfo::getLatticeKeyFromValue(SI.getCondition())); in getFeasibleSuccessors()
345 SCValue = getExistingValueState( in getFeasibleSuccessors()
348 if (SCValue == LatticeFunc->getOverdefinedVal() || in getFeasibleSuccessors()
349 SCValue == LatticeFunc->getUntrackedVal()) { in getFeasibleSuccessors()
356 if (SCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
360 std::move(SCValue), SI.getCondition()->getType())); in getFeasibleSuccessors()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp902 const ValueLatticeElement &SCValue = getValueState(SI->getCondition()); in getFeasibleSuccessors() local
903 if (ConstantInt *CI = getConstantInt(SCValue)) { in getFeasibleSuccessors()
910 if (SCValue.isConstantRange(/*UndefAllowed=*/false)) { in getFeasibleSuccessors()
911 const ConstantRange &Range = SCValue.getConstantRange(); in getFeasibleSuccessors()
924 if (!SCValue.isUnknownOrUndef()) in getFeasibleSuccessors()