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

References

lib/Transforms/Scalar/Reassociate.cpp
  817   if (auto *C = dyn_cast<Constant>(V))
  831           isReassociableOp(V, Instruction::Add, Instruction::FAdd)) {
  856   for (User *U : V->users()) {
  873     if (Instruction *InstInput = dyn_cast<Instruction>(V)) {
  916   BinaryOperator *NewNeg = CreateNeg(V, V->getName() + ".neg", BI, BI);
  916   BinaryOperator *NewNeg = CreateNeg(V, V->getName() + ".neg", BI, BI);