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

/freebsd-10.1-release/contrib/llvm/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);
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp550 LatticeVal SCValue = getValueState(SI->getCondition()); local
551 ConstantInt *CI = SCValue.getConstantInt();
555 if (!SCValue.isUndefined())
613 LatticeVal SCValue = getValueState(SI->getCondition());
614 ConstantInt *CI = SCValue.getConstantInt();
617 return !SCValue.isUndefined();

Completed in 62 milliseconds