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

/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp175 LatticeVal SCValue; local
177 SCValue = getOrInitValueState(SI.getCondition());
179 SCValue = getLatticeState(SI.getCondition());
181 if (SCValue == LatticeFunc->getOverdefinedVal() ||
182 SCValue == LatticeFunc->getUntrackedVal()) {
189 if (SCValue == LatticeFunc->getUndefVal())
192 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp552 LatticeVal SCValue = getValueState(SI->getCondition()); local
553 ConstantInt *CI = SCValue.getConstantInt();
557 if (!SCValue.isUndefined())
615 LatticeVal SCValue = getValueState(SI->getCondition());
616 ConstantInt *CI = SCValue.getConstantInt();
619 return !SCValue.isUndefined();

Completed in 94 milliseconds