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

Declarations

include/llvm/IR/InstrTypes.h
  411   bool swapOperands();

References

lib/Transforms/InstCombine/InstructionCombining.cpp
  323       Changed = !I.swapOperands();
lib/Transforms/Scalar/Reassociate.cpp
  229     cast<BinaryOperator>(I)->swapOperands();
  688         Op->swapOperands();
  727         Op->swapOperands();