reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
519 Instruction::BinaryOps Opcode = SI->getBinaryOp(); 520 bool NSW = SI->isSigned(); 521 bool NUW = !SI->isSigned(); 523 Opcode, SI->getLHS(), SI->getRHS(), SI->getName(), SI); 523 Opcode, SI->getLHS(), SI->getRHS(), SI->getName(), SI); 523 Opcode, SI->getLHS(), SI->getRHS(), SI->getName(), SI); 523 Opcode, SI->getLHS(), SI->getRHS(), SI->getName(), SI); 524 BinOp->setDebugLoc(SI->getDebugLoc()); 527 SI->replaceAllUsesWith(BinOp); 528 SI->eraseFromParent();