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