Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DSparsePropagation.h339 LatticeVal SCValue; in getFeasibleSuccessors() local
341 SCValue = getValueState(KeyInfo::getLatticeKeyFromValue(SI.getCondition())); in getFeasibleSuccessors()
343 SCValue = getExistingValueState( in getFeasibleSuccessors()
346 if (SCValue == LatticeFunc->getOverdefinedVal() || in getFeasibleSuccessors()
347 SCValue == LatticeFunc->getUntrackedVal()) { in getFeasibleSuccessors()
354 if (SCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
358 std::move(SCValue), SI.getCondition()->getType())); in getFeasibleSuccessors()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp591 const ValueLatticeElement &SCValue = getValueState(SI->getCondition()); in getFeasibleSuccessors() local
592 if (ConstantInt *CI = getConstantInt(SCValue)) { in getFeasibleSuccessors()
599 if (SCValue.isConstantRange(/*UndefAllowed=*/false)) { in getFeasibleSuccessors()
600 const ConstantRange &Range = SCValue.getConstantRange(); in getFeasibleSuccessors()
613 if (!SCValue.isUnknownOrUndef()) in getFeasibleSuccessors()