Lines Matching full:getcondition
526 LatticeVal BCValue = getValueState(BI->getCondition());
552 LatticeVal SCValue = getValueState(SI->getCondition());
595 LatticeVal BCValue = getValueState(BI->getCondition());
615 LatticeVal SCValue = getValueState(SI->getCondition());
817 LatticeVal CondValue = getValueState(I.getCondition());
1453 if (!getValueState(BI->getCondition()).isUndefined())
1458 if (isa<UndefValue>(BI->getCondition())) {
1467 markForcedConstant(BI->getCondition(),
1475 if (!getValueState(SI->getCondition()).isUndefined())
1480 if (isa<UndefValue>(SI->getCondition())) {
1486 markForcedConstant(SI->getCondition(), SI->case_begin().getCaseValue());
1859 assert(BI->isConditional() && isa<UndefValue>(BI->getCondition()) &&
1862 assert(isa<UndefValue>(SI->getCondition()) && "Switch should fold");