Home | History | Annotate | Download | only in Scalar

Lines Matching refs:SCValue

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();