Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getCondition

563     LatticeVal BCValue = getValueState(BI->getCondition());
589 LatticeVal SCValue = getValueState(SI->getCondition());
632 LatticeVal BCValue = getValueState(BI->getCondition());
652 LatticeVal SCValue = getValueState(SI->getCondition());
879 LatticeVal CondValue = getValueState(I.getCondition());
1637 if (!getValueState(BI->getCondition()).isUndefined())
1642 if (isa<UndefValue>(BI->getCondition())) {
1651 markForcedConstant(BI->getCondition(),
1659 if (!getValueState(SI->getCondition()).isUndefined())
1664 if (isa<UndefValue>(SI->getCondition())) {
1670 markForcedConstant(SI->getCondition(), SI->getCaseValue(1));
2024 assert(BI->isConditional() && isa<UndefValue>(BI->getCondition()) &&
2027 assert(isa<UndefValue>(SI->getCondition()) && "Switch should fold");