Home | History | Annotate | Download | only in IR

Lines Matching refs:swapOperands

1985 // swapOperands - Exchange the two operands to this instruction.  This
1990 bool BinaryOperator::swapOperands() {
3002 void CmpInst::swapOperands() {
3004 IC->swapOperands();
3006 cast<FCmpInst>(this)->swapOperands();