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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DSparsePropagation.cpp174 LatticeVal SCValue; local
176 SCValue = getOrInitValueState(SI.getCondition());
178 SCValue = getLatticeState(SI.getCondition());
180 if (SCValue == LatticeFunc->getOverdefinedVal() ||
181 SCValue == LatticeFunc->getUntrackedVal()) {
188 if (SCValue == LatticeFunc->getUndefVal())
191 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp557 LatticeVal SCValue = getValueState(SI->getCondition()); local
558 ConstantInt *CI = SCValue.getConstantInt();
562 if (!SCValue.isUndefined())
620 LatticeVal SCValue = getValueState(SI->getCondition());
621 ConstantInt *CI = SCValue.getConstantInt();
624 return !SCValue.isUndefined();

Completed in 71 milliseconds