Searched defs:swapOperands (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h1098 void swapOperands() { function in class:llvm::ICmpInst
1207 void swapOperands() { function in class:llvm::FCmpInst
/external/llvm/lib/IR/
H A DInstructions.cpp1997 // swapOperands - Exchange the two operands to this instruction. This
2002 bool BinaryOperator::swapOperands() { function in class:BinaryOperator
3116 void CmpInst::swapOperands() { function in class:CmpInst
3118 IC->swapOperands();
3120 cast<FCmpInst>(this)->swapOperands();

Completed in 570 milliseconds