HomeSort by relevance Sort by last modified time
    Searched refs:swapOperands (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/IR/
InstrTypes.h 330 /// swapOperands - Exchange the two operands to this instruction.
335 bool swapOperands();
    [all...]
Instructions.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 798 LHS->swapOperands();
    [all...]
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp 213 Changed = !I.swapOperands();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 727 Op->swapOperands();
766 Op->swapOperands();
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 87 milliseconds