Home | History | Annotate | Download | only in IR

Lines Matching refs:swapOperands

1997 // swapOperands - Exchange the two operands to this instruction.  This
2002 bool BinaryOperator::swapOperands() {
3116 void CmpInst::swapOperands() {
3118 IC->swapOperands();
3120 cast<FCmpInst>(this)->swapOperands();