Home | History | Annotate | Download | only in Scalar

Lines Matching refs:BCValue

526     LatticeVal BCValue = getValueState(BI->getCondition());
527 ConstantInt *CI = BCValue.getConstantInt();
531 if (!BCValue.isUndefined())
595 LatticeVal BCValue = getValueState(BI->getCondition());
599 ConstantInt *CI = BCValue.getConstantInt();
601 return !BCValue.isUndefined();