Searched defs:swapOperands (Results 1 – 6 of 6) sorted by relevance
164 void swapOperands(unsigned First, unsigned Second) { in swapOperands() function
2140 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator3228 void CmpInst::swapOperands() { in swapOperands() function in CmpInst
1956 void SIInstrInfo::swapOperands(MachineInstr &Inst) const { in swapOperands() function in SIInstrInfo
2297 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator3415 void CmpInst::swapOperands() { in swapOperands() function in CmpInst
3153 void SIInstrInfo::swapOperands(MachineInstr &Inst) const { in swapOperands() function in SIInstrInfo
1135 bool swapOperands = llvm::isa<Ice::Constant>(lhs) && isCommutative(op); in createArithmetic() local