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

/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp133 LatticeVal BCValue; local
135 BCValue = getOrInitValueState(BI->getCondition());
137 BCValue = getLatticeState(BI->getCondition());
139 if (BCValue == LatticeFunc->getOverdefinedVal() ||
140 BCValue == LatticeFunc->getUntrackedVal()) {
147 if (BCValue == LatticeFunc->getUndefVal())
150 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp526 LatticeVal BCValue = getValueState(BI->getCondition()); local
527 ConstantInt *CI = BCValue.getConstantInt();
531 if (!BCValue.isUndefined())
595 LatticeVal BCValue = getValueState(BI->getCondition());
599 ConstantInt *CI = BCValue.getConstantInt();
601 return !BCValue.isUndefined();

Completed in 1060 milliseconds