Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getCondition

550     LatticeVal BCValue = getValueState(BI->getCondition());
576 LatticeVal SCValue = getValueState(SI->getCondition());
619 LatticeVal BCValue = getValueState(BI->getCondition());
639 LatticeVal SCValue = getValueState(SI->getCondition());
847 LatticeVal CondValue = getValueState(I.getCondition());
1472 if (!getValueState(BI->getCondition()).isUnknown())
1477 if (isa<UndefValue>(BI->getCondition())) {
1486 markForcedConstant(BI->getCondition(),
1494 if (!getValueState(SI->getCondition()).isUnknown())
1499 if (isa<UndefValue>(SI->getCondition())) {
1505 markForcedConstant(SI->getCondition(), SI->case_begin().getCaseValue());
1829 assert(BI->isConditional() && isa<UndefValue>(BI->getCondition()) &&
1832 assert(isa<UndefValue>(SI->getCondition()) && "Switch should fold");