HomeSort by relevance Sort by last modified time
    Searched refs:BCValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
SparsePropagation.cpp 133 LatticeVal BCValue;
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/
SCCP.cpp 527 LatticeVal BCValue = getValueState(BI->getCondition());
528 ConstantInt *CI = BCValue.getConstantInt();
532 if (!BCValue.isUndefined())
596 LatticeVal BCValue = getValueState(BI->getCondition());
600 ConstantInt *CI = BCValue.getConstantInt();
602 return !BCValue.isUndefined();
    [all...]

Completed in 44 milliseconds