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 174 LatticeVal SCValue;
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);
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 550 LatticeVal SCValue = getValueState(SI->getCondition());
551 ConstantInt *CI = SCValue.getConstantInt();
555 if (!SCValue.isUndefined())
613 LatticeVal SCValue = getValueState(SI->getCondition());
614 ConstantInt *CI = SCValue.getConstantInt();
617 return !SCValue.isUndefined();
    [all...]

Completed in 3271 milliseconds