Searched refs:swapOperands (Results 1 – 10 of 10) sorted by relevance
163 void swapOperands(unsigned First, unsigned Second) { in swapOperands() function
238 cast<BinaryOperator>(I)->swapOperands(); in canonicalizeOperands()707 Op->swapOperands(); in RewriteExprTree()746 Op->swapOperands(); in RewriteExprTree()
1164 E->swapOperands(0, 1); in createExpression()1172 E->swapOperands(0, 1); in createExpression()
401 bool swapOperands();925 void swapOperands();
1334 void swapOperands() {1446 void swapOperands() {
2855 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator3886 void CmpInst::swapOperands() { in swapOperands() function in CmpInst3888 IC->swapOperands(); in swapOperands()3890 cast<FCmpInst>(this)->swapOperands(); in swapOperands()
4931 void SIInstrInfo::swapOperands(MachineInstr &Inst) const { in swapOperands() function in SIInstrInfo6141 swapOperands(Inst); in moveToVALU()6147 swapOperands(Inst); in moveToVALU()6153 swapOperands(Inst); in moveToVALU()6159 swapOperands(Inst); in moveToVALU()6165 swapOperands(Inst); in moveToVALU()6171 swapOperands(Inst); in moveToVALU()
81 void swapOperands(MachineInstr &Inst) const;
6133 I.swapOperands(); in visitICmpInst()6755 I.swapOperands(); in visitFCmpInst()
416 Changed = !I.swapOperands(); in SimplifyAssociativeOrCommutative()