Searched defs:swapOperands (Results 1 – 7 of 7) sorted by relevance
164 void swapOperands(unsigned First, unsigned Second) { in swapOperands() function
1966 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator2871 void CmpInst::swapOperands() { in swapOperands() function in CmpInst
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
722 bool swapOperands = llvm::isa<Ice::Constant>(lhs) && isCommutative(op); in createArithmetic() local