reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 2709     if (WO->hasOneUse()) {
 2713         Instruction::BinaryOps BinOp = WO->getBinaryOp();
 2714         Value *LHS = WO->getLHS(), *RHS = WO->getRHS();
 2714         Value *LHS = WO->getLHS(), *RHS = WO->getRHS();
 2715         replaceInstUsesWith(*WO, UndefValue::get(WO->getType()));
 2715         replaceInstUsesWith(*WO, UndefValue::get(WO->getType()));
 2716         eraseInstFromFunction(*WO);
 2723       if (WO->getIntrinsicID() == Intrinsic::uadd_with_overflow)
 2724         if (ConstantInt *CI = dyn_cast<ConstantInt>(WO->getRHS()))
 2725           return new ICmpInst(ICmpInst::ICMP_UGT, WO->getLHS(),