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

  /external/llvm/lib/Analysis/
SparsePropagation.cpp 175 LatticeVal SCValue;
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/
SCCP.cpp 553 LatticeVal SCValue = getValueState(SI->getCondition());
554 ConstantInt *CI = SCValue.getConstantInt();
558 if (!SCValue.isUndefined())
616 LatticeVal SCValue = getValueState(SI->getCondition());
617 ConstantInt *CI = SCValue.getConstantInt();
620 return !SCValue.isUndefined();
    [all...]

Completed in 80 milliseconds