reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1797 BasicBlock *BB = BO->getParent(); 1801 if (isa<ConstantInt>(BO->getOperand(0)) || 1802 isa<ConstantInt>(BO->getOperand(1))) 1834 if (!ComputeValueKnownInPredecessors(BO->getOperand(0), BB, XorOpValues, 1835 WantInteger, BO)) { 1837 if (!ComputeValueKnownInPredecessors(BO->getOperand(1), BB, XorOpValues, 1838 WantInteger, BO)) 1882 BO->replaceAllUsesWith(UndefValue::get(BO->getType())); 1882 BO->replaceAllUsesWith(UndefValue::get(BO->getType())); 1883 BO->eraseFromParent(); 1886 BO->replaceAllUsesWith(BO->getOperand(isLHS)); 1886 BO->replaceAllUsesWith(BO->getOperand(isLHS)); 1887 BO->eraseFromParent(); 1890 BO->setOperand(!isLHS, SplitVal);