Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CondInst

523         if (auto *CondInst = dyn_cast<Instruction>(BI->getCondition()))
524 if (SimpleValue::canHandle(CondInst)) {
529 AvailableValues.insert(CondInst, ConditionalConstant);
531 << CondInst->getName() << "' as " << *ConditionalConstant
534 replaceDominatedUsesWith(CondInst, ConditionalConstant, DT,